diff options
author | Allen Winter <allen.winter@kdab.com> | 2021-11-07 07:25:21 -0500 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2021-11-07 07:25:21 -0500 |
commit | 100b2eab6ef9e37a11ca43b38c17be1e5a78499d (patch) | |
tree | 45a6b238ff372c4660e99037a2c60ba42b797efe /scripts | |
parent | 9610861396fb24512a6c4d2946e38dec2f24ad45 (diff) | |
download | libical-git-100b2eab6ef9e37a11ca43b38c17be1e5a78499d.tar.gz |
scripts/buildtests.sh - explictly this is a bash script
ubuntu uses dart as default sh
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/buildtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/buildtests.sh b/scripts/buildtests.sh index fe238f82..7cf375c2 100755 --- a/scripts/buildtests.sh +++ b/scripts/buildtests.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #Exit if any undefined variable is used. set -u |