Opened 13 years ago
Closed 12 years ago
#185 closed defect (fixed)
xdg-open: shell script not compatible with /bin/sh [PATCH]
Reported by: | pmarek | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Server | Keywords: | |
Cc: |
Description
/bin/sh => dash
$ xdg-open http://google.at <flip214> /usr/lib/winswitch/bin-override/xdg-open: 17: [: 1: unexpected operator
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | fix-xdg.patch added |
---|
comment:1 Changed 13 years ago by
Owner: | changed from Antoine Martin to Antoine Martin |
---|---|
Status: | new → accepted |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
using sh compatible syntax in r4905
Note: See
TracTickets for help on using
tickets.
Applied in r4762, thanks.
Keeping this ticket open as the best solution would be to use sh-compatible syntax.