diff options
-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 |