scripts/makepkg.sh.in: Add missing [

Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
This commit is contained in:
Andrew Fyfe 2007-08-25 17:01:14 +01:00 committed by Dan McGee
parent 5c9eec5570
commit 3e418a1534
1 changed files with 1 additions and 1 deletions

View File

@ -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"