Package: funnyboat
Version: 1.5-4
Severity: minor
Justification: documentation suggests different behavior
Tags: patch

Funnyboat only accepts 2 command line options. This problem is minor,
because the player can set options while running the game, but this
problem also has a simple workaround. I've included a patch to fix this.

While we're on the subject of command line options, it would be nice if
putting "--help" on the command line would display command line info.

-Brandon
--- funnyboat.orig	2008-04-22 23:57:31.000000000 -0700
+++ funnyboat	2008-04-22 23:57:54.000000000 -0700
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 cd /usr/share/games/funnyboat
-exec python /usr/share/games/funnyboat/main.py $1 $2
+exec python /usr/share/games/funnyboat/main.py "$@"

Reply via email to