From: Stefano Lattarini Date: Wed, 19 Jun 2013 09:35:11 +0000 (+0200) Subject: typofix: in comments in 'maintainer/rename-tests' X-Git-Tag: v1.14~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77247849e3df464fd68e6699a9ccfa0409162212;p=thirdparty%2Fautomake.git typofix: in comments in 'maintainer/rename-tests' Signed-off-by: Stefano Lattarini --- diff --git a/maintainer/rename-tests b/maintainer/rename-tests index 17105f522..aa14de58b 100755 --- a/maintainer/rename-tests +++ b/maintainer/rename-tests @@ -58,7 +58,7 @@ exec 5>&- eval "$($AWK '{ printf ("git mv %s %s\n", $1, $2) }' <<<"$input")" # Adjust the list of tests (do this conditionally, since such a -# list is not required nor used in Automake-NG. +# list is not required nor used in Automake-NG). if test -f t/list-of-tests.mk; then $SED -e "$($AWK '{ printf ("s|^%s |%s |\n", $1, $2) }' <<<"$input")" \ -i t/list-of-tests.mk