From 77247849e3df464fd68e6699a9ccfa0409162212 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 19 Jun 2013 11:35:11 +0200 Subject: [PATCH] typofix: in comments in 'maintainer/rename-tests' Signed-off-by: Stefano Lattarini --- maintainer/rename-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2