]> git.pld-linux.org Git - packages/flex.git/commitdiff
- fix head syntax
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Jul 2004 21:39:30 +0000 (21:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    flex-posix.patch -> 1.1

flex-posix.patch [new file with mode: 0644]

diff --git a/flex-posix.patch b/flex-posix.patch
new file mode 100644 (file)
index 0000000..60e41f5
--- /dev/null
@@ -0,0 +1,11 @@
+--- flex-2.5.31/configure.in.orig      2003-04-01 18:17:51.000000000 +0200
++++ flex-2.5.31/configure.in   2004-07-18 22:57:37.739858824 +0200
+@@ -48,7 +48,7 @@
+ dnl if INDENT is set to 'indent' then we didn't find indent
+ if test "$INDENT" != indent ; then
+    AC_MSG_CHECKING(if $INDENT is GNU indent)
+-   if $INDENT --version 2>/dev/null | head -1|grep "GNU indent" > /dev/null ; then
++   if $INDENT --version 2>/dev/null | head -n 1|grep "GNU indent" > /dev/null ; then
+       AC_MSG_RESULT(yes)
+    else
+       AC_MSG_RESULT(no)
This page took 0.030243 seconds and 4 git commands to generate.