Skip to content

Commit 6c4b805

Browse files
authored
Support also development on OpenSuse (#1378)
* Support also OpenSuse. On OpenSuse Leap 15.1, the OSTYPE is simply 'linux'. * This commit hook should be an executable file
1 parent d88506f commit 6c4b805

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.mystools/.bundle_runtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ err() { IFS=" "; >&2 printf "\e[91m%s\e[m\n" "$*"; exit 1; }
1212

1313
is_supported_os()
1414
{
15-
[[ ${1} == darwin* ]] || [[ ${1} == linux-gnu* ]] || [[ ${1} == freebsd ]] || [[ ${1} == msys ]] || [[ ${1} == cygwin ]]
15+
[[ ${1} == darwin* ]] || [[ ${1} == linux* ]] || [[ ${1} == freebsd ]] || [[ ${1} == msys ]] || [[ ${1} == cygwin ]]
1616
}
1717

1818
is_installed()

.mystools/hooks/commit-msg.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)