diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-21 11:04:56 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-01-21 11:04:56 -0300 |
commit | 0e9e94d70a0442e2c0aebdfb282269e90d688712 (patch) | |
tree | 4800f0a84c426f0144cd3ec5fd72823e4b98affa | |
parent | 43fea251e8c25e408bb0e59a2a8f0ef2c0c72a9a (diff) |
noupdate check
-rwxr-xr-x | fullpkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |