pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/buildlink3 Fix indentation of show-buildlink3, came...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b79deb034b6
branches:  trunk
changeset: 399848:4b79deb034b6
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Oct 05 02:40:06 2009 +0000

description:
Fix indentation of show-buildlink3, came from a typo.

diffstat:

 mk/buildlink3/show-buildlink3.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r b398a76f8765 -r 4b79deb034b6 mk/buildlink3/show-buildlink3.sh
--- a/mk/buildlink3/show-buildlink3.sh  Sun Oct 04 17:31:32 2009 +0000
+++ b/mk/buildlink3/show-buildlink3.sh  Mon Oct 05 02:40:06 2009 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: show-buildlink3.sh,v 1.2 2009/03/20 19:25:01 joerg Exp $
+# $NetBSD: show-buildlink3.sh,v 1.3 2009/10/05 02:40:06 obache Exp $
 #
 # This script is a helper for the show-buildlink3 target and outputs
 # the arguments as tree.
@@ -10,7 +10,7 @@
        pkg="$1"
        case $pkg in
        -*)
-               indentation=${indendation#    }
+               indentation=${indentation#    }
                ;;
        *)
                echo "${indentation}${pkg}"



Home | Main Index | Thread Index | Old Index