[neon/infrastructure/pangea-data] imager: missing an || operator
Carlos De Maine
null at kde.org
Thu Nov 21 01:07:03 GMT 2024
Git commit a4a8675890c96497b7229b33bda45fdbf3e2d23f by Carlos De Maine.
Committed on 21/11/2024 at 01:06.
Pushed by carlosdem into branch 'master'.
missing an || operator
M +1 -1 imager/build.sh
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/a4a8675890c96497b7229b33bda45fdbf3e2d23f
diff --git a/imager/build.sh b/imager/build.sh
index 04547de..d12c509 100755
--- a/imager/build.sh
+++ b/imager/build.sh
@@ -24,7 +24,7 @@ export IMAGENAME=$6
export NEONARCHIVE=$7
export FUTURE_SERIES=$8
-if [ -z $WD ] || [ -z $DIST ] || [ -z $ARCH ] || [ -z $TYPE ] || [ -z $METAPACKAGE ] || [ -z $IMAGENAME ] || [ -z $NEONARCHIVE ] [ -z $FUTURE_SERIES ]; then
+if [ -z $WD ] || [ -z $DIST ] || [ -z $ARCH ] || [ -z $TYPE ] || [ -z $METAPACKAGE ] || [ -z $IMAGENAME ] || [ -z $NEONARCHIVE ] || [ -z $FUTURE_SERIES ]; then
echo "!!! Not all arguments provided! ABORT !!!"
env
exit 1
More information about the Neon-commits
mailing list