Opened 20 years ago

Closed 20 years ago

Last modified 10 years ago

#888 closed defect (invalid)

~/.bash_profile not setting up paths correctly.

Reported by: roadkill@… Owned by: blfs-book@…
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.

Change History (2)

comment:1 by bdubbs@…, 20 years ago

Resolution: invalid
Status: newclosed

Already fixed in svn (since June).

comment:2 by bdubbs@…, 10 years ago

Milestone: old

Milestone old deleted

Note: See TracTickets for help on using tickets.