small wsl fix
This commit is contained in:
@@ -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
|
||||||
;;
|
;;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user