diff options
-rw-r--r-- | mk/buildlink3/show-buildlink3.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildlink3/show-buildlink3.sh b/mk/buildlink3/show-buildlink3.sh index 1fa109ffdea..aa1b430f76b 100644 --- a/mk/buildlink3/show-buildlink3.sh +++ b/mk/buildlink3/show-buildlink3.sh @@ -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 @@ while test $# -gt 0; do pkg="$1" case $pkg in -*) - indentation=${indendation# } + indentation=${indentation# } ;; *) echo "${indentation}${pkg}" |