aboutsummaryrefslogtreecommitdiff
path: root/scripts/embedded_scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/embedded_scripts')
-rwxr-xr-xscripts/embedded_scripts2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/embedded_scripts b/scripts/embedded_scripts
index 205ac591a..8407c1f78 100755
--- a/scripts/embedded_scripts
+++ b/scripts/embedded_scripts
@@ -90,6 +90,7 @@ concatenate_scripts() {
90 done 90 done
91} 91}
92 92
93(
93exec >"$target.$$" 94exec >"$target.$$"
94 95
95if [ $n -ne 0 ] 96if [ $n -ne 0 ]
@@ -127,5 +128,6 @@ then
127 -e 's/$/ \\/' 128 -e 's/$/ \\/'
128 printf '\n' 129 printf '\n'
129fi 130fi
131)
130 132
131mv -- "$target.$$" "$target" 133mv -- "$target.$$" "$target"