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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jason Chu (jason)
Architecture not specified
Severity Very Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

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

Closed by  Jason Chu (jason)
Tuesday, 07 September 2004, 19:02 GMT
Reason for closing:  Fixed
Comment by Jason Chu (jason) - Tuesday, 07 September 2004, 19:02 GMT
All fixed

Loading...