summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-11-07 14:01:14 -0400
committerJoey Hess <joey@kitenet.net>2011-11-07 14:01:14 -0400
commiteb955ef0dafe25ac1cb8091c8f2a065d68e18916 (patch)
tree4eece2582c70d313bb9297959799cbc8a796f95e
parent7b8b4bd6dd7d26a4d9fbe62490cc7b2c722cc603 (diff)
layout
-rwxr-xr-xdh_strip2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_strip b/dh_strip
index aebc1009..ae1594fe 100755
--- a/dh_strip
+++ b/dh_strip
@@ -166,7 +166,7 @@ sub make_debug {
if (! -d $debug_dir) {
doit("install", "-d", $debug_dir);
}
- if(compat(8)) {
+ if (compat(8)) {
doit($objcopy, "--only-keep-debug", $file, $debug_path);
}
else {