I have my server running Ubuntu 18.04 LTS, I used it to host my personal stuff, stream media, bots and doing android builds. A month ago I saw some errors while executing the envsetup.sh
script that is where it prepares the environment to start the build. Link to the script. This is the output:
miguel@mike-machine:/home/builds/sources/PixysOS$ . build/envsetup.sh
bash: build/envsetup.sh: line 1: syntax error near unexpected token `$'{\r''
'ash: build/envsetup.sh: line 1: `function hmm() {
I tried executing it in my other machine (Manjaro 18 KDE) and didn't have problems, thats where I have been building temporarily. I think it is a bash problem, but I sudo apt-get install --reinstall bash
, but I still get the same.