Removed asm/libraries from git diff index on package
This commit is contained in:
parent
26606605fb
commit
033825f6a0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ if [ ! -d web/rel-environment ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git diff-index --quiet HEAD --
|
git diff-index --quiet HEAD -- "asm/libraries/*"
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "You're using a private modified build!"
|
echo "You're using a private modified build!"
|
||||||
echo "Cant assign git hash!"
|
echo "Cant assign git hash!"
|
||||||
|
|
Loading…
Add table
Reference in a new issue