small wsl fix

This commit is contained in:
timerix 2023-03-15 04:59:36 +06:00
parent 112fcc0465
commit 9f04507bd8
2 changed files with 5 additions and 2 deletions

View File

@ -12,6 +12,9 @@ case "$uname_rezult" in
GNU/Linux) GNU/Linux)
OS=LINUX OS=LINUX
;; ;;
Linux)
OS=LINUX
;;
FreeBSD) FreeBSD)
OS=FREEBSD OS=FREEBSD
;; ;;

View File

@ -1,10 +1,10 @@
#!/bin/bash #!/bin/bash
tabs 4
# exit on errors # exit on errors
set -eo pipefail set -eo pipefail
tabs 4
source cbuild/colors.sh source cbuild/colors.sh
source cbuild/functions.sh source cbuild/functions.sh
source cbuild/detect_os.sh source cbuild/detect_os.sh