Bugfix __addifnosuchline: Missing quotes
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
bcacea46d7
commit
3cb85fc3f3
1 changed files with 1 additions and 1 deletions
|
@ -29,5 +29,5 @@ result=$(cat "$__object/explorer/findline")
|
||||||
|
|
||||||
if [ "$result" = "NOTFOUND" ]; then
|
if [ "$result" = "NOTFOUND" ]; then
|
||||||
line=$(cat "$__object/parameter/line")
|
line=$(cat "$__object/parameter/line")
|
||||||
echo "echo $line >> $file"
|
echo "echo \"$line\" >> $file"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue