From 23d5590a1efca4ecb31413ef60f55ed5f9af1c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Wed, 28 Sep 2011 12:42:01 -0500 Subject: * BUILD_ONLY corrected --- fullpkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fullpkg b/fullpkg index f242039..cf98331 100755 --- a/fullpkg +++ b/fullpkg @@ -316,7 +316,7 @@ while getopts 'ha:b:cCd:l:nm:r:' arg; do esac done -if ! (( build_only )); then +if ! $build_only; then # Check if we are actually on a build directory. Do this early. if [ ! -r PKGBUILD ]; then @@ -356,7 +356,7 @@ if [ ${level} -eq 0 ]; then fi - if (( build_only )); then + if $build_only; then msg "Building Packages" -- cgit v1.2.2