]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- quotes fixed.
authorcieciwa <cieciwa@pld-linux.org>
Wed, 16 Jun 2004 13:38:50 +0000 (13:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-csu-quotes.patch -> 1.1

glibc-csu-quotes.patch [new file with mode: 0644]

diff --git a/glibc-csu-quotes.patch b/glibc-csu-quotes.patch
new file mode 100644 (file)
index 0000000..10e72f8
--- /dev/null
@@ -0,0 +1,17 @@
+--- libc/csu/Makefile.orig     2004-03-20 23:23:55.000000000 +0100
++++ libc/csu/Makefile  2004-06-16 15:29:19.000000000 +0200
+@@ -232,12 +232,12 @@
+                    os=Linux; \
+                  fi; \
+                  echo "\"Compiled on a $$os $$version system" \
+-                      "on `date +%Y-%m-%d`.\\n\"" ;; \
++                      "on `date +%Y-%m-%d`.\"\\n\"\"" ;; \
+          *) ;; \
+        esac; \
+        files="$(all-Banner-files)";                           \
+        if test -n "$$files"; then                             \
+-         echo "\"Available extensions:\\n\"";                 \
++         echo "\"Available extensions:\"\\n\"\"";                     \
+          sed -e '/^#/d' -e 's/^[[:space:]]*/  /'              \
+              -e 's/^\(.*\)$$/\"\1\\n\"/' $$files;             \
+        fi) > $@T
This page took 0.193647 seconds and 4 git commands to generate.