#827 closed defect ("fixed")
ARB install crashes on first run (?) if there are spaces in the PATH.
Reported by: | guest | Owned by: | westram |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | no idea | Version: | |
Keywords: | Cc: |
Description
I was installing ARB earlier today.
/usr/lib/arb/bin/arb: eval: line 55: syntax error near unexpected token `('
To resolve the issue, I escaped spaces in the PATH and altered line 55 to eval $1=\"$result\"
Change History (2)
comment:1 Changed 5 years ago by westram
- Owner changed from devel to westram
- Status changed from new to _started
comment:2 Changed 5 years ago by westram
- Resolution set to "fixed"
- Status changed from _started to closed
Note: See
TracTickets for help on using
tickets.
I've added some "fixes":
Really fixing that problem is too error-prone.
by: [18439:18441]