diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..db59ba9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Force LF line endings for shell scripts +*.sh text eol=lf diff --git a/bootstrap.sh b/bootstrap.sh index 0c02592..0176272 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,4 +1,5 @@ #!/bin/zsh + # in case of $'\r': command not found error, run command below first # sed -i 's/\r$//' ./bootstrap.sh