summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-01-01 17:59:15 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 19:17:32 +0100
commitc4585c18081461c402662ee46ccf54ae8537a546 (patch)
treeb10da80dd61cac8b29c7e604ebe167d9ed34f1f3
parent8f935ee3e045dc59a8544b125721c420028d618f (diff)
downloadlive-build-c4585c18081461c402662ee46ccf54ae8537a546.zip
live-build-c4585c18081461c402662ee46ccf54ae8537a546.tar.gz
Updating man function for newer live-build versions (Closes: #608477).
-rwxr-xr-xfunctions/man.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/man.sh b/functions/man.sh
index c039a39..3c06d02 100755
--- a/functions/man.sh
+++ b/functions/man.sh
@@ -12,7 +12,7 @@ Man ()
{
if [ -x "$(which man 2>/dev/null)" ]
then
- man lb_$(basename ${0})
+ man $(basename ${0})
exit 0
fi
}