From 1f6216b817c918713c89aa4c4059383443db355d Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 23 Jun 2005 12:11:23 +0000 Subject: [PATCH] - copied to HEAD Changed files: rpm-patch-quote.patch -> 1.2 --- rpm-patch-quote.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 rpm-patch-quote.patch diff --git a/rpm-patch-quote.patch b/rpm-patch-quote.patch new file mode 100644 index 0000000..fee5f5c --- /dev/null +++ b/rpm-patch-quote.patch @@ -0,0 +1,20 @@ +--- ./build/parsePrep.c~ 2003-11-16 14:47:23.000000000 +0200 ++++ ./build/parsePrep.c 2005-03-28 16:56:38.000000000 +0300 +@@ -131,7 +131,7 @@ + + sprintf(buf, + "echo \"Patch #%d (%s):\"\n" +- "%s -d < %s | patch -p%d %s -s\n" ++ "%s -d < '%s' | patch -p%d %s -s\n" + "STATUS=$?\n" + "if [ $STATUS -ne 0 ]; then\n" + " exit $STATUS\n" +@@ -143,7 +143,7 @@ + } else { + sprintf(buf, + "echo \"Patch #%d (%s):\"\n" +- "patch -p%d %s -s < %s", c, (const char *) basename(fn), ++ "patch -p%d %s -s < '%s'", c, (const char *) basename(fn), + strip, args, fn); + } + -- 2.44.0