summaryrefslogtreecommitdiff
path: root/mk/buildlink3
diff options
context:
space:
mode:
authorobache <obache>2009-10-05 02:40:06 +0000
committerobache <obache>2009-10-05 02:40:06 +0000
commite299b52266bc90135d9ed4c1c9f572106b0b0a6d (patch)
tree6faeab69b51df4f62b9d88c8124716e2c6a04303 /mk/buildlink3
parentd7eaa0dcbb5a5061b2fd22ad2dc5d18594f21c15 (diff)
downloadpkgsrc-e299b52266bc90135d9ed4c1c9f572106b0b0a6d.tar.gz
Fix indentation of show-buildlink3, came from a typo.
Diffstat (limited to 'mk/buildlink3')
-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}"