Skip to content

Commit

Permalink
Use /bin/env bash shebang for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Jan 9, 2025
1 parent 2dd2f8b commit ea7eb70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dev/utils/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/env bash
# ============================================================================ #
# Build GISS Model E with (or without) GEOS-Chem support. #
# ============================================================================ #
Expand Down
2 changes: 1 addition & 1 deletion .dev/utils/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/sh
#!/bin/env bash
# ============================================================================ #
# Run GISS Model E with (or without) GEOS-Chem support. #
# ============================================================================ #
Expand Down
2 changes: 1 addition & 1 deletion .dev/utils/setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/bin/env bash
# ============================================================================ #
# Activate the Python and spack environments used by GISS-GC. #
# ============================================================================ #
Expand Down

0 comments on commit ea7eb70

Please sign in to comment.