Martin Uhomoibhi
Martin Uhomoibhi

Reputation: 11

Bash Error On Launch

I start up my terminal and Bash runs automatically.

When it does I get this error:

-bash: /Users/user/.bash_profile: line 1: unexpected EOF while looking for matching `''
-bash: /Users/user/.bash_profile: line 3: syntax error: unexpected end of file

How do I fix it?

Upvotes: 0

Views: 69

Answers (1)

Trott
Trott

Reputation: 70075

There is an error in /Users/user/.bash_profile involving mismatched quotation marks. Look for mismatched quotes in the first line of that file.

Upvotes: 5

Related Questions