mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
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:
parent
ed41ffafb3
commit
a6be6b3c72
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user