summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2009-10-05 02:40:06 +0000
committerobache <obache>2009-10-05 02:40:06 +0000
commitf58edf64f80c6325cff7809cfba4588ef7f04b65 (patch)
tree6faeab69b51df4f62b9d88c8124716e2c6a04303
parente4006ed1d115a84d5e60049f0b84b6bcbb30c936 (diff)
downloadpkgsrc-f58edf64f80c6325cff7809cfba4588ef7f04b65.tar.gz
Fix indentation of show-buildlink3, came from a typo.
-rw-r--r--mk/buildlink3/show-buildlink3.sh4
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}"