mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
Restore shell default to sh on unix (#240)
This commit is contained in:
parent
94b4dffc02
commit
6cebaf204f
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ fn default_shell() -> Shell {
|
|||
|
||||
#[cfg(not(windows))]
|
||||
fn default_shell() -> Shell {
|
||||
Shell::default()
|
||||
Shell::Unix("sh".to_string())
|
||||
}
|
||||
|
||||
// because Shell::Cmd is only on windows
|
||||
|
|
Loading…
Reference in a new issue