Merge pull request #49 from chr4/minor_typo_fixes

Minor typo fixes
This commit is contained in:
Matt Green 2017-04-09 17:10:30 -04:00 committed by GitHub
commit 5d5bc4f17b
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,6 @@ mod imp {
command.env("WATCHEXEC_COMMON_PATH", common_path);
}
// Until process_exec lands in stable, handle fork/exec ourselves
command
.before_exec(|| setpgid(0, 0).map_err(io::Error::from))
.spawn()