[neon/infrastructure/pangea-data] imager: Revert "missing an || operator"

Carlos De Maine null at kde.org
Thu Nov 21 06:51:40 GMT 2024


Git commit e7e61b334cdf9e561e464b3ab77fbac41cd86232 by Carlos De Maine.
Committed on 21/11/2024 at 06:51.
Pushed by carlosdem into branch 'master'.

Revert "missing an || operator"

This reverts commit a4a8675890c96497b7229b33bda45fdbf3e2d23f.

M  +1    -1    imager/build.sh

https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/e7e61b334cdf9e561e464b3ab77fbac41cd86232

diff --git a/imager/build.sh b/imager/build.sh
index d12c509..04547de 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