Updating man function for newer live-build versions (Closes: #608477).

This commit is contained in:
Daniel Baumann 2011-01-01 17:59:15 +01:00
parent 8f935ee3e0
commit c4585c1808
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Man ()
{
if [ -x "$(which man 2>/dev/null)" ]
then
man lb_$(basename ${0})
man $(basename ${0})
exit 0
fi
}