diff options
author | obache <obache@pkgsrc.org> | 2009-10-05 02:40:06 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-10-05 02:40:06 +0000 |
commit | 4a6ebb79d1a8e581581c1757223f34acf39103a5 (patch) | |
tree | 6faeab69b51df4f62b9d88c8124716e2c6a04303 /mk | |
parent | 3f183144ed42f641e2b5b8b6c0e73ff1db6a98d5 (diff) | |
download | pkgsrc-4a6ebb79d1a8e581581c1757223f34acf39103a5.tar.gz |
Fix indentation of show-buildlink3, came from a typo.
Diffstat (limited to 'mk')
-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}" |