From: Stefano Lattarini Date: Mon, 9 Jul 2012 11:26:24 +0000 (+0200) Subject: [ng] tests: fixed typo in comments in 'built-sources.sh' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=316e64d9acad05b566e60976e7ab971efa4038d0;p=thirdparty%2Fautomake.git [ng] tests: fixed typo in comments in 'built-sources.sh' Signed-off-by: Stefano Lattarini --- diff --git a/t/built-sources.sh b/t/built-sources.sh index b61b556bd..989091665 100755 --- a/t/built-sources.sh +++ b/t/built-sources.sh @@ -30,7 +30,7 @@ noinst_PROGRAMS = bar baz foo.c: rm -f $@ $@-t # Use printf, not echo, to avoid spurious interpretation of - # the "\n" as a newline (see on NetBSD 5.1). + # the "\n" as a newline (seen on NetBSD 5.1). printf '%s\n' '#include ' > $@-t printf '%s\n' 'int main (void)' >> $@-t printf '%s\n' '{ ' >> $@-t