summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-06-22 12:49:31 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2018-10-07 18:54:33 -0400
commitfe1435f463e985979e895eb7a49078096970aee0 (patch)
treee40e0cc094816e8f48306e9d3b30cd75e5f4a6da
parent448640e4073cf044a8941d6efcffc28df50121c7 (diff)
test/lib/common.bash: Add the bash-hint shebang used in other files
-rw-r--r--test/lib/common.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lib/common.bash b/test/lib/common.bash
index 2265fa0..c4053ec 100644
--- a/test/lib/common.bash
+++ b/test/lib/common.bash
@@ -1,3 +1,5 @@
+#!/hint/bash
+
. /usr/share/makepkg/util.sh
shopt -s extglob