mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-19 21:43:35 -04:00
fix: if statement
This commit is contained in:
+1
-1
@@ -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