X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_strip;h=ae1594fead8c324b132f47d3a405104fc3935467;hb=eb955ef0dafe25ac1cb8091c8f2a065d68e18916;hp=aebc10096990b61374d80ccd4abc37bc74e1aba7;hpb=7b8b4bd6dd7d26a4d9fbe62490cc7b2c722cc603;p=debhelper.git diff --git a/dh_strip b/dh_strip index aebc100..ae1594f 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 {