diff --git a/src/app.rs b/src/app.rs index e067939..f51625c 100644 --- a/src/app.rs +++ b/src/app.rs @@ -106,7 +106,7 @@ impl App { Some(ref shell_options) if !shell_options.is_empty() => { shell_options.split(' ').map(|s| s.to_string()).collect() } - _ => vec!["-c".to_string()], + _ => Vec::new(), }; let is_exec = cli.is_exec || default_exec; let shell = if is_exec {