summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-04-21 19:19:47 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-04-21 19:19:47 +0000
commita255baafe1ac03e77eacbfaae20aaaa786f7aeb0 (patch)
treec91c6484a9969243716c3a4daee0cdf37abc7e15 /scripts
parent15a8af0c8ed6a2a5a16cc81e9164e970ecef82d3 (diff)
downloadquilt-a255baafe1ac03e77eacbfaae20aaaa786f7aeb0.tar.gz
- Fix a glitch in the previous \t fix.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/patchfns.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/patchfns.in b/scripts/patchfns.in
index 5d909a3..f5b1bd3 100644
--- a/scripts/patchfns.in
+++ b/scripts/patchfns.in
@@ -436,7 +436,7 @@ find_patch()
then
local patch="${1#$QUILT_PATCHES/}"
local bre=$(quote_bre "$patch")
- set -- $(@SED@ -e "/^$bre\(\|\.patch\|\.diff\?\)\(\|\.gz\|\.bz2\)\([ '$'\t'']\|$\)/!d" \
+ set -- $(@SED@ -e "/^$bre\(\|\.patch\|\.diff\?\)\(\|\.gz\|\.bz2\)\([ "$'\t'"]\|$\)/!d" \
-e 's/[ '$'\t''].*//' $SERIES)
if [ $# -eq 1 ]
then