FS#1393 - frozen-bubble: arguments not passed
Attached to Project:
Arch Linux
Opened by Vinay S Shastry (shastry) - Tuesday, 07 September 2004, 17:10 GMT
Last edited by Dale Blount (dale) - Tuesday, 07 September 2004, 18:24 GMT
Opened by Vinay S Shastry (shastry) - Tuesday, 07 September 2004, 17:10 GMT
Last edited by Dale Blount (dale) - Tuesday, 07 September 2004, 18:24 GMT
|
Details
a small but problamatic error in /usr/bin/frozen-bubble
the last line in /usr/bin/frozen-bubble: perl /usr/bin/frozen-bubble.pl this must be changed to perl /usr/bin/frozen-bubble.pl $* or perl /usr/bin/frozen-bubble.pl $@ because any arguments given to /usr/bin/frozen-bubble has to be passed on to the perl script of frozen-bubble. (sorry for my bad explanation - hope somebody understands) |
This task depends upon
Comment by Jason Chu (jason) -
Tuesday, 07 September 2004, 19:02 GMT
All fixed