.bashrc syntax error: unexpected end of file

前端 未结 8 736

I am getting an unexpected end of file error. I am not really sure how to fix it.

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bash         


        
8条回答
  •  情深已故
    2021-01-05 15:12

    This .bashrc shall have been edited from windows. fromdos .bashrcé to correct this file in order to source it.

提交回复
热议问题