Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/klacke/yaws into fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Alenius committed Jun 9, 2009
2 parents c60f1e6 + 385ae07 commit f4d5bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/yaws.template
Expand Up @@ -196,7 +196,7 @@ while [ $# -gt 0 ]
-S|--status)
ex="$erl -noshell -pa ${yawsdir}${delim}ebin -s yaws_ctl status";;
-load|--load)
$erl -noshell -pa ${yawsdir}${delim}ebin -s yaws_ctl load ${id} $*
$erl -noshell -pa ${yawsdir}${delim}ebin -s yaws_ctl load $* ${id}
exit 0;;
--debug-dump)
$erl -noshell -pa ${yawsdir}${delim}ebin -s yaws_ctl debug_dump ${id}
Expand Down
2 changes: 2 additions & 0 deletions win32/yaws.c
Expand Up @@ -64,6 +64,8 @@ int runwait(char *execString) {
return ret;
}
printf("Failed to create the process entirely\n");
printf("Tried to invoke: <%s> \n", execString);
printf("Make sure you have <erl> in your environment PATH \n");
return 1;
}

Expand Down

0 comments on commit f4d5bdf

Please sign in to comment.