From 06deb21d33d301e40c47649138eb7a27e75cc949 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Wed, 14 Mar 2018 21:10:18 +0000 Subject: [PATCH] removed line --- tests/tests_shellcheck.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tests_shellcheck.sh b/tests/tests_shellcheck.sh index 9759825d2..8970de676 100644 --- a/tests/tests_shellcheck.sh +++ b/tests/tests_shellcheck.sh @@ -7,7 +7,6 @@ # Documentation: https://github.com/GameServerManagers/LinuxGSM/wiki # Website: https://gameservermanagers.com - echo "START Shellcheck" echo "=================================" find . -type f -name "*.sh" -not -path "./shunit2-2.1.6/*" -exec shellcheck --shell=bash --exclude=SC2154,SC2034 {} \;