Opened 8 years ago
Closed 7 years ago
#1895 closed Bug (fixed)
Fmake_WORK.sh needs to escape 'ls'
Reported by: | mdunphy | Owned by: | mchekki |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | env | Version: | v3.6 |
Severity: | Keywords: | Fmake | |
Cc: |
Description
Context
Fmake_WORK.sh needs to escape 'ls' when making symlinks in the WORK directory
Analysis
If 'ls' is not escaped, and if the user has -F in their ls alias, symlinks in MY_SRC are skipped when assembling the symlinks under WORK
Fix
Escape ls by changing ls to \ls in Fmake_WORK.sh; patch included
Commit History (1)
Changeset | Author | Time | ChangeLog |
---|---|---|---|
8527 | timgraham | 2017-09-15T15:59:36+02:00 | Fix for #1895 |
Attachments (1)
Change History (3)
Changed 8 years ago by mdunphy
comment:1 Changed 7 years ago by clevy
- Owner changed from nemo to mchekki
comment:2 Changed 7 years ago by timgraham
- Resolution set to fixed
- Status changed from new to closed
Fixed at r8527
Note: See
TracTickets for help on using
tickets.
Change ls to \ls in Fmake_WORK.sh