summaryrefslogtreecommitdiff
path: root/install-dependencies.sh
diff options
context:
space:
mode:
authorJoseph Mearman <joseph@mearman.co.uk>2023-09-20 10:08:30 +0100
committerGitHub <noreply@github.com>2023-09-20 02:08:30 -0700
commit807b016fd6ce505c8c7470e9e3ed018ebde5ceb3 (patch)
tree14fecb06e122c3f209d1945995109bbe3fcdce69 /install-dependencies.sh
parent5a9819bcfc5c8a472d3df65a797044dbb8449d5d (diff)
downloadsncontinue-807b016fd6ce505c8c7470e9e3ed018ebde5ceb3.tar.gz
sncontinue-807b016fd6ce505c8c7470e9e3ed018ebde5ceb3.tar.bz2
sncontinue-807b016fd6ce505c8c7470e9e3ed018ebde5ceb3.zip
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
Diffstat (limited to 'install-dependencies.sh')
-rwxr-xr-xinstall-dependencies.sh1
1 files changed, 0 insertions, 1 deletions
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: