Commit Graph

5 Commits (973ea984c8708f477573d9f3ffcf7387dd92f4ef)

Author SHA1 Message Date
VeryTastyTomato 973ea984c8 fix: warnings of ShellCheck
SC2155: Declare and assign separately to avoid masking return values.
SC2164: Use cd ... || exit in case cd fails.
SC2230: which is non-standard. Use builtin 'command -v' instead.
3 years ago
Matthias Devlamynck 12340c1d10 Add change dir to script dir to allow running from project root dir 4 years ago
Matthias Devlamynck b50bd58795 Replace #!/bin/bash with #!/usr/bin/env bash to improve compatibility with systems where /bin/bash is not available 4 years ago
Ethan P 51d25e5859 Fix syntax highlighting test update.sh to work on Mac OS 4 years ago
sharkdp 89b62d579f Add update script 4 years ago