summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Hill <daniel@gluo.nz>2023-01-18 11:52:28 +1300
committerDaniel Hill <daniel@gluo.nz>2023-01-23 11:41:32 +1300
commita361330710b2a172f0ee28c9eaff10c53ae1bde6 (patch)
tree0a1ac92a8b81f7f23dfff38d079a67d9ca19d9af /lib
parent40b6b7c79f4ff9e6f1b91f7765bf8d6124e0a5e9 (diff)
include bash hints for shellcheck
ShellCheck seems to ignore project wide settings (.shellcheckrc) when called from flycheck this adds bash hints so shellcheck doesn't complain about non-POSIX compliant settings. I should report this upstream. Signed-off-by: Daniel Hill <daniel@gluo.nz>
Diffstat (limited to 'lib')
-rw-r--r--lib/libktest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libktest.sh b/lib/libktest.sh
index e131b9a..238eff2 100644
--- a/lib/libktest.sh
+++ b/lib/libktest.sh
@@ -1,3 +1,4 @@
+#!/bin/usr/env bash
. "$ktest_dir/lib/util.sh"
. "$ktest_dir/lib/parse-test.sh"