mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-01-30 19:15:17 +01:00
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