View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001861 | ardour | bugs | public | 2007-09-07 05:58 | 2008-11-21 00:04 |
| Reporter | eldad | Assigned To | paul | ||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.0 | ||||
| Summary | 0001861: command-line parse problem with spaces (ardour 2.0.5) | ||||
| Description | the ardour.sh shellscript is passing the wrong kind of glob - in ardour.sh.in: exec %INSTALL_PREFIX%/%LIBDIR%/ardour2/ardour-%VERSION% $* should be: exec %INSTALL_PREFIX%/%LIBDIR%/ardour2/ardour-%VERSION% "$@" -- When trying to open a session with a filename that contains spaces, the glob $* breaks the argument according to the spaces, so that: ardour2 "session/session 1/" is seen by the ardour executable itself as: ardour2 "session/session" "1/" the correct bash glob is "$@" (with the quotation marks). | ||||
| Tags | No tags attached. | ||||