Comment 11 for bug 46546

Revision history for this message
Chris Cheney (ccheney) wrote :

I filed the bug in the upstream tracker and created a LP bug #213052 to track it.

Also, I created a work-around shell script:

ccheney@laptop-c2d:~$ cat ooo87965.execute.sh
#!/bin/sh
program=$1
shift
$program $@

This appears to work.