HAT icon indicating copy to clipboard operation
HAT copied to clipboard

[Linux] Change `hat_install.sh` file from CRLF to LF

Open Treeways opened this issue 7 months ago • 0 comments

The CRLF line feeds cause errors running from sh:

> sh ./hat_install.sh
./hat_install.sh: line 2: $'\r': command not found
./hat_install.sh: line 4: cd: $'.\r': No such file or directory
./hat_install.sh: line 5: $'\r': command not found
./hat_install.sh: line 10: syntax error near unexpected token `done'
'/hat_install.sh: line 10: `done < <(find HATDependencies -type f -print0)

Treeways avatar Sep 17 '25 23:09 Treeways