Mistake
parent
24eb2db2c5
commit
faffe2c52d
1 changed files with 3 additions and 1 deletions
|
@ -59,6 +59,8 @@ done < "${META_DIR}/${PROFILES_DIR}/$1"
|
|||
|
||||
shift
|
||||
|
||||
echo ${CONFIGS}
|
||||
|
||||
for config in ${CONFIGS} ${@}; do
|
||||
echo -e "\nConfigure $config"
|
||||
configFile="$(mktemp)" ; echo -e "$(<"${BASE_DIR}/${META_DIR}/${BASE_CONFIG}${CONFIG_SUFFIX}")\n$(<"${BASE_DIR}/${META_DIR}/${CONFIG_DIR}/${config}${CONFIG_SUFFIX}")" > "$configFile"
|
||||
|
|
Loading…
Reference in a new issue