From 71ebf37d868d8f2408236b4cf7e196e43ef85143 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 26 Jun 2010 19:48:10 +0200 Subject: Fix support packages containing "+". --- localdebpool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'localdebpool') diff --git a/localdebpool b/localdebpool index 2820662..19ff736 100755 --- a/localdebpool +++ b/localdebpool @@ -184,7 +184,7 @@ debugprint "Sections in batch: \"$batchsections\"" batchsections_re= if [ -n "$batchsections" ]; then - batchsections_re="\b$(regexfromlist $batchsections)\b" + batchsections_re="\b$(regexfromlist ${batchsections/+/\\\\+})\b" else echo 1>&2 "ERROR: Package(s) $@ was not found in any section." exit 1 -- cgit v1.2.3