1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

Fix unterminated string.

Originally committed to SVN as r2528.
This commit is contained in:
Amar Takhar 2008-12-27 07:16:01 +00:00
parent 1209081b97
commit ef1eeb6fe2

View File

@ -190,7 +190,7 @@ if test -x "$WHICH_AWK"; then
echo $BIN_AWK
else
echo
echo " You must have 'awk' installed
echo " You must have 'awk' installed"
echo
DIE=1
fi