summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-05-04 22:54:42 +0200
committerDan McGee <dan@archlinux.org>2011-05-04 22:54:42 +0200
commit991bfb7cbfaf68749bfca181fcca9319a73f579e (patch)
tree5739bc34c089ed4835b4bdcf8fc5fe5f4e077fc9 /scripts
parent7680f461575b63b592090dbf76c13aa7040b840b (diff)
parent8fd9037cfd8836db7dd35ba0e8825ba86c4e4688 (diff)
downloadpacman-991bfb7cbfaf68749bfca181fcca9319a73f579e.tar.gz
pacman-991bfb7cbfaf68749bfca181fcca9319a73f579e.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 3d5184ad..b0d0c235 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1080,7 +1080,7 @@ create_package() {
*tar.bz2) bzip2 -c -f ;;
*tar.xz) xz -c -z - ;;
*tar) cat ;;
- esac > ${pkg_file} || ret=$?
+ esac > "${pkg_file}" || ret=$?
shopt -u nullglob
shopt -u -o pipefail