From 454b9979982e1c9ada9d03d9a1fd74693a05de77 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 18 Feb 2009 16:40:23 +0100 Subject: [PATCH] Fix typo in m4.sh. --- m4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4.sh b/m4.sh index 760ff0e..b4a935c 100755 --- a/m4.sh +++ b/m4.sh @@ -1,7 +1,7 @@ #!/bin/sh # m4 wrapper script which uses $1.m4 as template file, feeds it to m4 and -# writes it to m4 with a warning at the beginning to not edit the generated +# writes it to $1 with a warning at the beginning to not edit the generated # file. # # All arguments to this script (except the first which is the filename) are -- 2.44.1