Skip to content

Commit

Permalink
expose spawn_script
Browse files Browse the repository at this point in the history
  • Loading branch information
dilawar authored Oct 6, 2024
1 parent 9c770f8 commit c383567
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
/// Spawn a script in the foreground, using the appropriate shell
///
/// This must not block. Return the child and the caller may block if they like
#[cfg(unix)]
pub fn spawn_script(script: &str) -> anyhow::Result<std::process::Child> {
#[cfg(target_os = "linux")]
let runner = Some("bash".to_string());
Expand Down

0 comments on commit c383567

Please sign in to comment.