[neon/infrastructure/pangea-data] imager: missing || for $FUTURE_SERIES

Carlos De Maine null at kde.org
Thu Jun 18 04:40:54 BST 2026


Git commit 78d83c2678591cbd5e44c9719e5b705fd58d7ac9 by Carlos De Maine.
Committed on 18/06/2026 at 03:40.
Pushed by carlosdem into branch 'master'.

missing || for $FUTURE_SERIES

M  +1    -1    imager/build.sh

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

diff --git a/imager/build.sh b/imager/build.sh
index 979e11a..273dc10 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