Score:0

Issue: bash: /home/abdulqadir/.bashrc: line 116: syntax error near unexpected token `export'

cn flag

After pasting the text at the end of bashrc file I'm having this issue. Please help me in this.

bash: /home/abdulqadir/.bashrc: line 116: syntax error near unexpected token `export'
bash: /home/abdulqadir/.bashrc: line 116: `  fi export ROOTSYS=/home/abdulqadir/root'
Lorenz Keel avatar
gr flag
Seems that in line 116 of `/home/abdulqadir/.bashrc` there is a missing new line between `fi` and `export`. Please [edit] your question adding the content of `/home/abdulqadir/.bashrc` file
waltinator avatar
it flag
Or supply a semicolon ("`;`") between `fi` and `export-`.Always paste your `.bashrc` into `https://shellcheck.net`, a syntax checker, or install `shellcheck` locally. Make using `shellcheck` part of your development process.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.