summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2021-11-07 07:25:21 -0500
committerAllen Winter <allen.winter@kdab.com>2021-11-07 07:25:21 -0500
commit100b2eab6ef9e37a11ca43b38c17be1e5a78499d (patch)
tree45a6b238ff372c4660e99037a2c60ba42b797efe /scripts
parent9610861396fb24512a6c4d2946e38dec2f24ad45 (diff)
downloadlibical-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-xscripts/buildtests.sh2
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