summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-21 11:04:56 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-01-21 11:04:56 -0300
commit0e9e94d70a0442e2c0aebdfb282269e90d688712 (patch)
tree4800f0a84c426f0144cd3ec5fd72823e4b98affa
parent43fea251e8c25e408bb0e59a2a8f0ef2c0c72a9a (diff)
noupdate check
-rwxr-xr-xfullpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/fullpkg b/fullpkg
index 7e75afc..a282926 100755
--- a/fullpkg
+++ b/fullpkg
@@ -340,7 +340,7 @@ if [ ${level} -eq 0 ]; then
touch "${build_dir}"/{log,BUILDORDER}
buildorder="${build_dir}/BUILDORDER"
- if ! noupdate; then
+ if ! $noupdate; then
msg "Updating pacman db"
sudo pacman -Sy --noconfirm || true