diff --git a/buildcore.sh b/buildcore.sh index 3edb1ca80..f72b4a0b2 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -92,7 +92,7 @@ if [ -z "$RPMSIGN" ] && [ -z "$GPGSIGN" ]; then elif [ -n "$GPGSIGN" ]; then # use GPGSIGN in first RPMSIGN=$GPGSIGN fi -if [ -z "$RPMSIGN" -o "$RPMSIGN" != "0" ]; then +if [ -z "$RPMSIGN" -o "$RPMSIGN" != "1" ]; then RPMSIGN=0 fi if [ -z "$BUILDALL" ]; then