Skip to content

Commit

Permalink
Revert "fix start"
Browse files Browse the repository at this point in the history
This reverts commit 9036a6f.
  • Loading branch information
tj committed Sep 19, 2012
1 parent 6d7f454 commit bc8467e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mon.c
Expand Up @@ -212,7 +212,7 @@ exec: {
exit(1);
case 0:
log("sh -c \"%s\"", cmd);
execl("sh", "-c", cmd, 0);
execl("/bin/sh", "sh", "-c", cmd, 0);
perror("execl()");
exit(1);
default:
Expand Down

0 comments on commit bc8467e

Please sign in to comment.