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:
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue