summaryrefslogtreecommitdiffstats
path: root/lib/patchfns.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-01-30 12:39:08 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-01-30 12:39:08 +0000
commitd21546c2def2a91838704eec183d04ea8b692b18 (patch)
tree5d32656737947c9b88e452de511b23bbb854b53f /lib/patchfns.in
parent07627e2a5d17e3ebce946d4b46409086a8e9a986 (diff)
downloadquilt-d21546c2def2a91838704eec183d04ea8b692b18.tar.gz
Another regex quoting mistake; add rpm makefile target
Diffstat (limited to 'lib/patchfns.in')
-rw-r--r--lib/patchfns.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patchfns.in b/lib/patchfns.in
index e5be4f5..463fb30 100644
--- a/lib/patchfns.in
+++ b/lib/patchfns.in
@@ -30,7 +30,7 @@ DIFFSTAT=/usr/bin/diffstat
quote_re()
{
- echo "$1" | sed -e 's:\([^$/.+*\[\\]\):\\\1:g'
+ echo "$1" | sed -e 's:\([\^\$/.+*\[\\]\):\\\1:g'
}
#basename()