summaryrefslogtreecommitdiff
path: root/dh_strip
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2013-06-26 13:49:31 -0400
committerJoey Hess <joey@kitenet.net>2013-06-26 13:49:31 -0400
commit510475f6940a3dd677a8da252bbb8525c3aceb17 (patch)
tree071668da4b808871c59e0595a141360f9bf9d1bf /dh_strip
parent14084a80732f2d489f7450e5551cba9fc49ba0b0 (diff)
releasing version 9.20130626
Diffstat (limited to 'dh_strip')
-rwxr-xr-xdh_strip2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_strip b/dh_strip
index ea5315a3..b53d3953 100755
--- a/dh_strip
+++ b/dh_strip
@@ -163,7 +163,7 @@ sub make_debug {
my ($base_file)=$file=~/^\Q$tmp\E(.*)/;
my $debug_path;
if (! compat(8) &&
- `readelf -n $file`=~ /^\s+Build ID: ([0-9a-f]{2})([0-9a-f]+)$/m) {
+ `LANG=C readelf -n $file`=~ /^\s+Build ID: ([0-9a-f]{2})([0-9a-f]+)$/m) {
$debug_path=$desttmp."/usr/lib/debug/.build-id/$1/$2.debug"
}
else {