We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9732c commit d8c069dCopy full SHA for d8c069d
1 file changed
build.sh
@@ -666,7 +666,7 @@ make_customize_airootfs() {
666
# Create script
667
for _script in "${_script_list[@]}"; do
668
if [[ -f "${_script}" ]]; then
669
- echo -e "\n$(cat "${_script}")" >> "${airootfs_dir}/${_main_script}"
+ (echo && cat "${_script}") >> "${airootfs_dir}/${_main_script}"
670
remove "${_script}"
671
else
672
msg_debug "${_script} was not found."
0 commit comments