]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] tests: fixed typo in comments in 'built-sources.sh'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 9 Jul 2012 11:26:24 +0000 (13:26 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 9 Jul 2012 11:27:18 +0000 (13:27 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/built-sources.sh

index b61b556bd3899bb66740ffd515b2a49e0ee6180f..989091665843145668d16e30fcbdf089d3952eb9 100755 (executable)
@@ -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 <stdio.h>'               >  $@-t
        printf '%s\n' 'int main (void)'                  >> $@-t
        printf '%s\n' '{               '                 >> $@-t