summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2011-06-29 04:35:44 +0200
committerDave Reisner <d@falconindy.com>2011-06-29 05:05:57 +0200
commit5f6e8c92741939a098bc14371fcde904fc9ed613 (patch)
tree9964887f6aa818fdc41a35710d70facc594f7acd /scripts/makepkg.sh.in
parent452bf71cec7a1a62bbee9d106733ad9ed398c6ee (diff)
downloadpacman-5f6e8c92741939a098bc14371fcde904fc9ed613.tar.gz
pacman-5f6e8c92741939a098bc14371fcde904fc9ed613.tar.xz
makepkg: fix vim syntax highlighting
Signed-off-by: Dave Reisner <d@falconindy.com>
Diffstat (limited to 'scripts/makepkg.sh.in')
-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 c988554a..b7246f1c 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1134,7 +1134,7 @@ create_package() {
# check for changelog/install files
for i in 'changelog/.CHANGELOG' 'install/.INSTALL'; do
- IFS='/' read -r orig dest <<< "$i"
+ IFS='/' read -r orig dest < <(printf '%s\n' "$i")
if [[ -n ${!orig} ]]; then
msg2 "$(gettext "Adding %s file...")" "$orig"