summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 13:37:41 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 13:37:41 (EDT)
commita983da4612e3bbbe328c6e1c9de32b6024951dc1 (patch)
tree089eda011bac88559f27464627bebe4aed076aeb /src
parentce55dae22924f485eafcd6d944edf890dfd65719 (diff)
ob-installplatconf: Use OB_LF instead of own global var
Diffstat (limited to 'src')
-rw-r--r--src/ob-installplatconf.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ob-installplatconf.sh b/src/ob-installplatconf.sh
index fbd83e3..190df42 100644
--- a/src/ob-installplatconf.sh
+++ b/src/ob-installplatconf.sh
@@ -19,9 +19,6 @@
set -eu
-system_paths_ifs='
-'
-
copy_config()
{
local list="${1}"
@@ -49,7 +46,7 @@ copy_config()
# Find the config package files.
src_base=''
- IFS="${system_paths_ifs}"
+ IFS="${OB_LF}"
for config_dir_base in $(ob_get_system_path 'platconf' \
"${OPK_SOURCE}" "${OPK_SOURCE_VERSION}" \
"${OPK_HOST_PLAT}"); do