removed '\r' AGAIN
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user