mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-10 04:22:13 +10: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