Bugfix __addifnosuchline: Missing quotes

Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
Nico Schottelius 2012-05-30 15:57:44 +02:00
parent bcacea46d7
commit 3cb85fc3f3
1 changed files with 1 additions and 1 deletions

View File

@ -29,5 +29,5 @@ result=$(cat "$__object/explorer/findline")
if [ "$result" = "NOTFOUND" ]; then
line=$(cat "$__object/parameter/line")
echo "echo $line >> $file"
echo "echo \"$line\" >> $file"
fi