diff options
| -rw-r--r-- | scripts/makepkg.sh.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index e9578b22..cd5dbf54 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1212,7 +1212,7 @@ if [ $(echo "$pkgrel" | grep '-') ]; then  fi  if ! in_array $CARCH ${arch[@]}; then -	if "$IGNOREARCH" = "0" ]; then +	if [ "$IGNOREARCH" = "0" ]; then  		error "$(gettext "%s is not available for the '%s' architecture.")" "$pkgname" "$CARCH"  		plain "$(gettext "Note that many packages may need a line added to their %s")" "$BUILDSCRIPT"  		plain "$(gettext "such as arch=('%s').")" "$CARCH"  | 
