aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2020-05-20 19:08:38 +0000
committeroldmud0 <3421260-oldmud0@users.noreply.gitlab.com>2020-05-20 19:08:38 +0000
commit2cf5a046cae02d6e0da283190f7c303f607e1c75 (patch)
tree3241562da1867452f85afedf570888c742ce2e40 /scripts
parent775417520678862a46e121efb8804a1998232228 (diff)
wasabi_program.sh: use bash instead of sh
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/wasabi_program.sh2
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.
#