From 99424bfa3361d6031687e5bf513d2acc0977253e Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 18 Jan 2004 01:10:25 +0000 Subject: r1647: * dh_strip: Fix a unquoted string in regexp in the dbg symbols code. Closes: #228272 --- dh_strip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dh_strip') diff --git a/dh_strip b/dh_strip index 28ccf756..93d59b36 100755 --- a/dh_strip +++ b/dh_strip @@ -145,7 +145,7 @@ sub make_debug { my $tmp=shift; my $desttmp=shift; - my ($base_file)=$file=~/^$tmp(.*)/; + my ($base_file)=$file=~/^\Q$tmp\E(.*)/; my $debug_path=$desttmp."/usr/lib/debug/".$base_file; my $debug_dir=dirname($debug_path); if (! -d $debug_dir) { -- cgit v1.2.3