From a06a77391575f6d2fb99fdd11e9126d4c3aaf663 Mon Sep 17 00:00:00 2001 From: FriendlyNeighborhoodShane Date: Thu, 22 Jul 2021 13:37:39 +0530 Subject: [PATCH] test.sh: use globs for root scripts --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 8f1e916..5b89495 100755 --- a/test.sh +++ b/test.sh @@ -36,4 +36,4 @@ done; # Can't add directives because it's all dynamic echo " "; -shellcheck -s sh -e 1087,1090,1091,2034,2154 "$@" -- ./src/META-INF/com/google/android/update-binary ./build.sh ./bump.sh ./test.sh ./update.sh ./conf/*.txt ./res/util/*.sh; +shellcheck -s sh -e 1087,1090,1091,2034,2154 "$@" -- ./src/META-INF/com/google/android/update-binary ./*.sh ./conf/*.txt ./res/util/*.sh;