Fixed exclude command
parent
033825f6a0
commit
5c70ca2178
|
@ -8,7 +8,7 @@ if [ ! -d web/rel-environment ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
git diff-index --quiet HEAD -- "asm/libraries/*"
|
||||
git diff-index HEAD -- . ':!asm/libraries/'
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "You're using a private modified build!"
|
||||
echo "Cant assign git hash!"
|
||||
|
|
Loading…
Reference in New Issue