Bug 1061 - WindowMaker-Terminal can\'t handle arguments with spaces
Summary: WindowMaker-Terminal can\'t handle arguments with spaces
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: WindowMaker (show other bugs)
Version: unstable
Hardware: all Linux
: P4 major
Assignee: Sir Raorn
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-09 00:35 MSD by Sir Raorn
Modified: 2003-08-25 15:18 MSD (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sir Raorn 2002-07-09 00:35:41 MSD
For example: WindowMaker-Terminal -T \"File Manager\" -e mc will fail

Solution: change
$WMTERMNAME $WMTERMOPT $@ &
to
$WMTERMNAME $WMTERMOPT \"$@\" &
in WindowMaker-Terminal script (mention the quotes)
---

---