]> git.donarmstrong.com Git - debhelper.git/commitdiff
layout
authorJoey Hess <joey@kitenet.net>
Mon, 7 Nov 2011 18:01:14 +0000 (14:01 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 7 Nov 2011 18:01:14 +0000 (14:01 -0400)
dh_strip

index aebc10096990b61374d80ccd4abc37bc74e1aba7..ae1594fead8c324b132f47d3a405104fc3935467 100755 (executable)
--- 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 {