From 807b016fd6ce505c8c7470e9e3ed018ebde5ceb3 Mon Sep 17 00:00:00 2001 From: Joseph Mearman Date: Wed, 20 Sep 2023 10:08:30 +0100 Subject: The shebang must be on the first line. Delete blanks and move comments. See SC1128. (#495) * The shebang must be on the first line. Delete blanks and move comments. See SC1128. https://github.com/koalaman/shellcheck/wiki/SC1128 * In POSIX sh, 'source' in place of '.' is undefined. https://github.com/koalaman/shellcheck/wiki/SC2039 --- install-dependencies.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'install-dependencies.sh') diff --git a/install-dependencies.sh b/install-dependencies.sh index b6060a98..ba350dea 100755 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -1,4 +1,3 @@ - #!/bin/bash # This is used in a task in .vscode/tasks.json # Start developing with: -- cgit v1.2.3-70-g09d2