summaryrefslogtreecommitdiffhomepage
path: root/subr/pkg_install.subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-03-24 11:38:46 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-03-24 11:38:46 +0000
commite58399f3488e32457cf0d385d91cfe0d06ad06ee (patch)
tree9d13479446334a3860fef32eb74327e23964e24d /subr/pkg_install.subr
parent11ef380346ff5e91634b614b4cc9e23740270957 (diff)
downloadmidipix_build-e58399f3488e32457cf0d385d91cfe0d06ad06ee.tar.bz2
midipix_build-e58399f3488e32457cf0d385d91cfe0d06ad06ee.tar.xz
subr/{ex_pkg_env,pkg_install,rtl_list}.subr: reference ${IFS} w/ explicit default value (via midipix.)
Diffstat (limited to 'subr/pkg_install.subr')
-rw-r--r--subr/pkg_install.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/subr/pkg_install.subr b/subr/pkg_install.subr
index ef3fed28..1f9f1d9d 100644
--- a/subr/pkg_install.subr
+++ b/subr/pkg_install.subr
@@ -3,7 +3,7 @@
#
pkg_install() {
- local _fname="" _ifs_old="${IFS}" _pkglist_name="" IFS;
+ local _fname="" _ifs_old="${IFS:- }" _pkglist_name="" IFS;
if ! rtl_fileop mkdir "${PKG_PREFIX}"; then
return 1;
else IFS="