mirror of
https://codeberg.org/spire/spcomp.git
synced 2026-06-03 08:34:12 +02:00
fix custom include
This commit is contained in:
parent
5a3c0a5ed5
commit
6be53a8f82
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#! /bin/sh
|
||||
|
||||
if [ -e "/include/*" ]; then
|
||||
if stat -t /include/* >/dev/null 2>&1; then
|
||||
cp /include/* /scripting/include
|
||||
fi
|
||||
|
||||
|
|
@ -40,4 +40,4 @@ then
|
|||
mv $OUT /tmp/out.smx
|
||||
cd "$BASEDIR"
|
||||
mv /tmp/out.smx $OUTPUT
|
||||
fi
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue