1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-13 01:29:10 +00:00

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

This commit is contained in:
glx
2008-07-24 20:29:40 +00:00
parent b98deeb5cc
commit 679a6db391

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";;