syntax-check: fix a useless_quotes_in_assignment violation.

* gl/build-aux/inline-source (func_require_AWK): Remove useless
quotes.

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
This commit is contained in:
Gary V. Vaughan 2013-01-03 13:43:07 +07:00
parent ed41ffafb3
commit a6be6b3c72

View File

@ -89,7 +89,7 @@ func_require_AWK ()
IFS=$require_AWK_IFS
if test -f "$_G_dir/$_G_prog" && test -x "$_G_dir/$_G_prog"
then
AWK="$_G_dir/$_G_prog"
AWK=$_G_dir/$_G_prog
break 2
fi
done