forked from Drop-OSS/archived-drop-app
fix: if statement
This commit is contained in:
@@ -21,7 +21,7 @@ build() {
|
||||
|
||||
rm -f $appdir/usr/bin/* $appdir/usr/lib/*
|
||||
|
||||
if [ ! "$1" == "--nobuild" ]; then
|
||||
if [[ ! "$1" == "--nobuild" ]]; then
|
||||
build
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user