From fe1435f463e985979e895eb7a49078096970aee0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 22 Jun 2018 12:49:31 -0400 Subject: test/lib/common.bash: Add the bash-hint shebang used in other files --- test/lib/common.bash | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.2