1
0
Fork 0
mirror of https://codeberg.org/spire/spcomp.git synced 2026-06-03 16:44:08 +02:00

fix custom include

This commit is contained in:
Robin Appelman 2020-05-02 15:54:37 +02:00
commit 6be53a8f82

View file

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
if [ -e "/include/*" ]; then if stat -t /include/* >/dev/null 2>&1; then
cp /include/* /scripting/include cp /include/* /scripting/include
fi fi