summaryrefslogtreecommitdiff
path: root/fullpkg
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:11:55 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-24 11:11:55 -0300
commitb4b5a1441b224299d529380f6b8e19ebd7393718 (patch)
tree485403ab2fcd881fb7056c72257d547f22123545 /fullpkg
parent40fa0a4c04a34740b40c88a75b7ef1c816cda195 (diff)
parent73f4d0e6498dd590f0181ac8c1c2015d29ad168d (diff)
Merge branch 'master' into fauno
Diffstat (limited to 'fullpkg')
-rwxr-xr-xfullpkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/fullpkg b/fullpkg
index 6b940f3..775ae0c 100755
--- a/fullpkg
+++ b/fullpkg
@@ -308,7 +308,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
@@ -348,7 +348,7 @@ if [ ${level} -eq 0 ]; then
fi
- if (( build_only )); then
+ if $build_only; then
msg "Building Packages"