diff options
author | Ralph Amissah <ralph@amissah.com> | 2010-07-09 12:38:37 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2010-07-09 12:38:37 -0400 |
commit | 0e550ce034299ec718366c0e34c5ff7bb6c7ca54 (patch) | |
tree | b6dbfa03df364ecc099b8c84ced59b6115a4d5db /lib | |
parent | html_scroll, deals with index & endnotes (diff) |
sysenv default output path fix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v2/sysenv.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v2/sysenv.rb b/lib/sisu/v2/sysenv.rb index 3a532d65..8f330343 100644 --- a/lib/sisu/v2/sysenv.rb +++ b/lib/sisu/v2/sysenv.rb @@ -1350,7 +1350,7 @@ WOK man_path=if defined? @rc['webserv']['path'] \ and @rc['webserv']['path'] =~/\S\S+/ man_path=@@man_path=File.expand_path(@rc['webserv']['path']) - else nil + else defaults[:webserv_path] end else @@man_path end |