summaryrefslogtreecommitdiff
path: root/fullpkg
diff options
context:
space:
mode:
Diffstat (limited to 'fullpkg')
-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