summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
Diffstat (limited to 'src/options')
-rwxr-xr-xsrc/options/mkoptions4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/options/mkoptions b/src/options/mkoptions
index 503e03fde..92c8317f7 100755
--- a/src/options/mkoptions
+++ b/src/options/mkoptions
@@ -1175,7 +1175,7 @@ function output_module {
repl="$repl2"
echo -n ";s,$(eval echo "\$\{$var\}"),$repl,g" >>"$output.sed"
done
- sed -f "$output.sed" -i "" "$output.working"
+ sed -f "$output.sed" -i "$output.working"
error="$(grep '.*\${[^}]*}.*' "$output.working" | head -n 1)"
if [ -n "$error" ]; then
error="$(echo "$error" | sed 's,.*\${\([^}]*\)}.*,\1,')"
@@ -1352,7 +1352,7 @@ for var in \
repl="$repl2"
echo -n ";s,$(eval echo "\$\{$var\}"),$repl,g" >>"$output.sed"
done
-sed -f "$output.sed" -i "" "$output.working"
+sed -f "$output.sed" -i "$output.working"
error="$(grep '.*\${[^}]*}.*' "$output.working" | head -n 1)"
if [ -n "$error" ]; then
error="$(echo "$error" | sed 's,.*\${\([^}]*\)}.*,\1,')"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback