You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that the first line is prepended with the literal text "\n", which will result in a shell syntax error at runtime. I haven't yet looked at your source here, but if I had to guess, someone may have used the echo command for this line without also using the option -e which will interpret the literal "\n" as the newline character.
The text was updated successfully, but these errors were encountered:
On my linux computer, when I run
my .bashrc is updated. However, this is the edit I find at the end of my .bashrc file:
Notice that the first line is prepended with the literal text "\n", which will result in a shell syntax error at runtime. I haven't yet looked at your source here, but if I had to guess, someone may have used the
echo
command for this line without also using the option-e
which will interpret the literal "\n" as the newline character.The text was updated successfully, but these errors were encountered: