diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-01 17:59:15 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:32 +0100 |
commit | c4585c18081461c402662ee46ccf54ae8537a546 (patch) | |
tree | b10da80dd61cac8b29c7e604ebe167d9ed34f1f3 /functions | |
parent | 8f935ee3e045dc59a8544b125721c420028d618f (diff) | |
download | vyos-live-build-c4585c18081461c402662ee46ccf54ae8537a546.tar.gz vyos-live-build-c4585c18081461c402662ee46ccf54ae8537a546.zip |
Updating man function for newer live-build versions (Closes: #608477).
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/man.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/man.sh b/functions/man.sh index c039a39ef..3c06d02bc 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 } |