diff options
| author | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2020-05-20 19:08:38 +0000 |
|---|---|---|
| committer | oldmud0 <3421260-oldmud0@users.noreply.gitlab.com> | 2020-05-20 19:08:38 +0000 |
| commit | 2cf5a046cae02d6e0da283190f7c303f607e1c75 (patch) | |
| tree | 3241562da1867452f85afedf570888c742ce2e40 /scripts | |
| parent | 775417520678862a46e121efb8804a1998232228 (diff) | |
wasabi_program.sh: use bash instead of sh
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/wasabi_program.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wasabi_program.sh b/scripts/wasabi_program.sh index 41e2e352..37feac6e 100755 --- a/scripts/wasabi_program.sh +++ b/scripts/wasabi_program.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Updates the specified program manifest to a new archive and version # and uploads the new archive and manifest to S3/Wasabi. # |
