#888 closed defect (invalid)
~/.bash_profile not setting up paths correctly.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | BOOK | Version: | ~5.1 |
Severity: | major | Keywords: | |
Cc: |
Description ¶
blfs/postlfs/profile.html
in the ~/.bash_profile file, in the append function the line: NEWPATH = ${NEWPATH:+$NEWPATH:}$DIR
returns an error of, NEWPATH: command not found
I updated this to : NEWPATH=${NEWPATH:+$NEWPATH:}$DIR
And now my shells work perfectly.
Note:
See TracTickets
for help on using tickets.
Already fixed in svn (since June).