Fix unterminated string.
Originally committed to SVN as r2528.
This commit is contained in:
parent
1209081b97
commit
ef1eeb6fe2
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ if test -x "$WHICH_AWK"; then
|
||||||
echo $BIN_AWK
|
echo $BIN_AWK
|
||||||
else
|
else
|
||||||
echo
|
echo
|
||||||
echo " You must have 'awk' installed
|
echo " You must have 'awk' installed"
|
||||||
echo
|
echo
|
||||||
DIE=1
|
DIE=1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue