makepkg: fix vim syntax highlighting
Signed-off-by: Dave Reisner <d@falconindy.com>
This commit is contained in:
parent
452bf71cec
commit
5f6e8c9274
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue