1
0
Fork 0

(svn r13819) -Fix (r13801): --man-dir=xxx was 'ignored'

release/0.7
glx 2008-07-24 20:29:40 +00:00
parent b98deeb5cc
commit 679a6db391
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ detect_params() {
--without-menu-entry) menu_dir="";;
--man-dir) prevp_p="man_dir";;
--man-dir=*) menu_dir="$optarg";;
--man-dir=*) man_dir="$optarg";;
--personal-dir) prevp_p="personal-dir";;
--personal-dir=*) personal_dir="$optarg";;