From 56e183631d6e4e12df4990d119456dd81423938e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Mon, 16 May 2011 19:12:49 -0300 Subject: Fixed pkgbuild-check-nonfree on libremakepkg --- libremakepkg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libremakepkg') diff --git a/libremakepkg b/libremakepkg index 8cce89d..af0b7a9 100755 --- a/libremakepkg +++ b/libremakepkg @@ -26,10 +26,10 @@ if [ $UID -ne 0 ]; then fi msg "Checking PKGBUILD for non-free issues" -pkgbuild-check-nonfree ||{ - if [[$?=15]]; then - error "PKGBUILD contains non-free issues" - exit 15 +pkgbuild-check-nonfree || { + if [[ $? = 15 ]]; then + error "PKGBUILD contains non-free issues" + exit 15 else error "Check failed, continuing" fi -- cgit v1.2.3-2-g168b