Skip to content

Commit

Permalink
fix: add shebang to bash preamble (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauwens authored Oct 23, 2024
1 parent 91e0b07 commit 7cafabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use crate::{
},
};

const BASH_PREAMBLE: &str = r#"
const BASH_PREAMBLE: &str = r#"#!/bin/bash
## Start of bash preamble
if [ -z ${CONDA_BUILD+x} ]; then
source ((script_path))
Expand Down

0 comments on commit 7cafabc

Please sign in to comment.