diff options
-rw-r--r-- | src/ob-installplatconf.sh | 5 |
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 |