summaryrefslogtreecommitdiff
path: root/dh_strip
diff options
context:
space:
mode:
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 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 {