Skip to content

Commit 8c4cf18

Browse files
committed
Fix shebang
1 parent ee4529c commit 8c4cf18

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.ci/bundle.bash

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ OUT="bin"
1010

1111
bundle-library() {
1212
cat > "$OUT/lib.bundle.bash" <<ENDBANNER
13+
#!/usr/bin/env bash
14+
1315
#######
1416
# MageOps Bash Tools Library Bundle
1517
# On: $(date)
@@ -30,6 +32,8 @@ bundle-script() {
3032
OUTFILE="$OUT/$NAME.bundle.bash"
3133

3234
cat > "$OUTFILE" <<ENDBANNER
35+
#!/usr/bin/env bash
36+
3337
#######
3438
# Bundled Bash Tools Script: $(realpath "$1")
3539
# On: $(date)

0 commit comments

Comments
 (0)