summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-07-18 17:41:37 +0200
committerDan McGee <dan@archlinux.org>2011-07-18 17:41:37 +0200
commit48e2a1a119ce84681f25855221b6e2fc2689a760 (patch)
treeb2557ff17e2473df94f741729b59468a2d384cf9 /scripts
parentc0fe1743e5ba034f70f0740a8f0863d64d0e480a (diff)
parent297cd7897bfe060ce46d703e15ad7cbe37aedced (diff)
downloadpacman-48e2a1a119ce84681f25855221b6e2fc2689a760.tar.gz
pacman-48e2a1a119ce84681f25855221b6e2fc2689a760.tar.xz
Merge branch 'maint'
Diffstat (limited to 'scripts')
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index ef70a496..a4e71564 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -678,7 +678,7 @@ extract_sources() {
local netfile
for netfile in "${source[@]}"; do
local file=$(get_filename "$netfile")
- if in_array "$file" ${noextract[@]}; then
+ if in_array "$file" "${noextract[@]}"; then
#skip source files in the noextract=() array
# these are marked explicitly to NOT be extracted
continue