summaryrefslogtreecommitdiff
path: root/apkgrel.in
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2018-06-19 00:46:45 -0400
committerMax Rees <maxcrees@me.com>2019-07-20 20:29:46 -0400
commit5ecfc84bc620859a57c8364bda636cbca14c46e6 (patch)
tree7c543ecac45be3212741c7361baf3d4d8b1f91ec /apkgrel.in
parentefc6792152a1b5fba1165a0ff41ccf74541ca134 (diff)
downloadabuild-5ecfc84bc620859a57c8364bda636cbca14c46e6.tar.gz
abuild-5ecfc84bc620859a57c8364bda636cbca14c46e6.tar.bz2
abuild-5ecfc84bc620859a57c8364bda636cbca14c46e6.tar.xz
abuild-5ecfc84bc620859a57c8364bda636cbca14c46e6.zip
Initial removal of bashisms
Diffstat (limited to 'apkgrel.in')
-rw-r--r--apkgrel.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/apkgrel.in b/apkgrel.in
index 1250136..fd63271 100644
--- a/apkgrel.in
+++ b/apkgrel.in
@@ -130,7 +130,8 @@ fi
args=$(for a; do p=$(any_buildscript "$a") || die "can't find APKBUILD for $a"; echo "$p"; done)
[ $? -eq 0 ] || exit 1
oldifs=$IFS
-IFS=$'\n'
+IFS="
+"
set -- $args
IFS=$oldifs