BUG Ticket (closed)
BzrParser should strip trailing '*' from executable filenames
###What happened:
Executable filenames are reported as "script*", causing later operations with this filename to crash (namely, "bzr cat script*" fails with "ERROR: extra argument to command cat").)
###What was expected:
Just strip the trailing * from the filename.
on 02.10.09
reported by: robinluckey
owned by: robinluckey
on 02.10.09
by robinluckey
See `http://bazaar.launchpad.net/~ltsp-upstream/ltsp/ltsp-trunk`, revision `gideon@symbio-technologies.com-20081120153711-7hqk3zljlhircb09`.
Ohloh job id: 10701781.
on 02.10.09
by robinluckey
Potentially fixed in 67165ede; waiting on confirmation:
`https://www.ohloh.net/p/ltsp/enlistments`
Very messy project; someone added and deleted several alternate URLs to the same code. ARGH why do people do this?!?
on 02.10.09
by robinluckey
- **status** was changed to _fixed_
Fixed, although now I see that symlink filenames have an "@" char at the end. This doesn't appear to break anything, so I'm leaving that be for now.
