Skip to content

Commit

Permalink
Fixed marklogic-community#487: added MLCP_HOME/bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
grtjn committed Sep 22, 2015
1 parent e71cc5f commit 7290a43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/lib/server_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,8 @@ def mlcp
logger.debug runme
logger.info ""

system runme
# PATH only important for Windows, so always using ; and \
system({"PATH" => "#{ENV['PATH']};#{mlcp_home}\\bin"}, runme)

logger.info ""

Expand Down

0 comments on commit 7290a43

Please sign in to comment.