mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-07-27 10:14:48 +10:00
fix: if statement
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ build() {
|
|||||||
|
|
||||||
rm -f $appdir/usr/bin/* $appdir/usr/lib/*
|
rm -f $appdir/usr/bin/* $appdir/usr/lib/*
|
||||||
|
|
||||||
if [ ! "$1" == "--nobuild" ]; then
|
if [[ ! "$1" == "--nobuild" ]]; then
|
||||||
build
|
build
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user