We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88506f commit 6c4b805Copy full SHA for 6c4b805
.mystools/.bundle_runtime.sh
@@ -12,7 +12,7 @@ err() { IFS=" "; >&2 printf "\e[91m%s\e[m\n" "$*"; exit 1; }
12
13
is_supported_os()
14
{
15
- [[ ${1} == darwin* ]] || [[ ${1} == linux-gnu* ]] || [[ ${1} == freebsd ]] || [[ ${1} == msys ]] || [[ ${1} == cygwin ]]
+ [[ ${1} == darwin* ]] || [[ ${1} == linux* ]] || [[ ${1} == freebsd ]] || [[ ${1} == msys ]] || [[ ${1} == cygwin ]]
16
}
17
18
is_installed()
.mystools/hooks/commit-msg.sh
100644
100755
0 commit comments