diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-29 11:21:07 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-29 11:21:07 -0600 |
| commit | 974bc7f1c140da4b3d0955876e8bd3c1aff40867 (patch) | |
| tree | 5ade1f85958e9878a2d167923dc5677d2f1b0016 /bin | |
| parent | 5f0d77707db973c4392d14bcc4288f82dbe9da9b (diff) | |
chore: use base to be mise compatible
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/cibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cibuild b/bin/cibuild index 6e5b889..d964678 100755 --- a/bin/cibuild +++ b/bin/cibuild @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e [ -n "$DEBUG" ] && set -x |
