X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_strip;h=4dc69616f971a5678374526e172a577f948a4ba5;hb=a4cf3e83f425663c6c190791fe3ea92b7143191a;hp=aebc10096990b61374d80ccd4abc37bc74e1aba7;hpb=7b8b4bd6dd7d26a4d9fbe62490cc7b2c722cc603;p=debhelper.git diff --git a/dh_strip b/dh_strip index aebc100..4dc6961 100755 --- a/dh_strip +++ b/dh_strip @@ -166,11 +166,11 @@ 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 { - doit($objcopy, "--only-keep-debug --compress-debug-sections", $file, $debug_path); + doit($objcopy, "--only-keep-debug", "--compress-debug-sections", $file, $debug_path); } # No reason for this to be executable. doit("chmod", 644, $debug_path);