]> git.pld-linux.org Git - packages/e2fsprogs.git/commitdiff
- no bashism please
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Feb 2008 16:03:35 +0000 (16:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    e2fsprogs-no-bashism.patch -> 1.1

e2fsprogs-no-bashism.patch [new file with mode: 0644]

diff --git a/e2fsprogs-no-bashism.patch b/e2fsprogs-no-bashism.patch
new file mode 100644 (file)
index 0000000..3868b6e
--- /dev/null
@@ -0,0 +1,11 @@
+--- e2fsprogs-1.40.5/configure.in~     2008-02-04 16:46:50.000000000 +0200
++++ e2fsprogs-1.40.5/configure.in      2008-02-04 17:59:57.754954570 +0200
+@@ -740,7 +740,7 @@
+ dnl Check for unified diff
+ dnl
+ AC_MSG_CHECKING(for unified diff option)
+-if diff -u $0 $0 >& /dev/null ; then
++if diff -u $0 $0 >/dev/null 2>&1; then
+    UNI_DIFF_OPTS=-u
+ else
+    UNI_DIFF_OPTS=-c
This page took 0.025799 seconds and 4 git commands to generate.