From a983da4612e3bbbe328c6e1c9de32b6024951dc1 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 18 Mar 2019 13:37:41 -0400 Subject: ob-installplatconf: Use OB_LF instead of own global var --- (limited to 'src') 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 -- cgit v0.9.1