removed '\r' AGAIN
This commit is contained in:
parent
cae29d6395
commit
4c34c127a6
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# git add --renormalize .
|
||||
*.sh text eol=lf
|
||||
@ -1,8 +1,8 @@
|
||||
!/usr/bin/env bash
|
||||
usr/bin/env bash
|
||||
|
||||
nclude "cbuild/myprint.sh"
|
||||
lude "cbuild/myprint.sh"
|
||||
|
||||
unction detect_os {
|
||||
ction detect_os {
|
||||
local uname_result="$(uname -o)"
|
||||
# myprint "uname result: '$uname_result'"
|
||||
case "$uname_result" in
|
||||
@ -24,7 +24,7 @@ unction detect_os {
|
||||
esac
|
||||
|
||||
|
||||
unction detect_arch {
|
||||
ction detect_arch {
|
||||
local uname_result="$(uname -m)"
|
||||
case "$uname_result" in
|
||||
arm | arm32 | armhf | aarch32)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user