From 0e9e94d70a0442e2c0aebdfb282269e90d688712 Mon Sep 17 00:00:00 2001 From: Nicolas Reynolds Date: Sat, 21 Jan 2012 11:04:56 -0300 Subject: noupdate check --- fullpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3