From: robk-tahoe Date: Fri, 15 Feb 2008 00:36:10 +0000 (-0700) Subject: mac: fix a small bug in the 'tahoe' script X-Git-Tag: allmydata-tahoe-0.8.0~51 X-Git-Url: https://git.rkrishnan.org/class-simplejson.JSONEncoder.html?a=commitdiff_plain;h=65ec397393e5519cdb6ff44f0854a2176c3cdac9;p=tahoe-lafs%2Ftahoe-lafs.git mac: fix a small bug in the 'tahoe' script --- diff --git a/src/allmydata/gui/macapp.py b/src/allmydata/gui/macapp.py index f85790ca..ad865667 100644 --- a/src/allmydata/gui/macapp.py +++ b/src/allmydata/gui/macapp.py @@ -21,7 +21,7 @@ import amdicon TRY_TO_INSTALL_TAHOE_SCRIPT = True TAHOE_SCRIPT = '''#!/bin/bash -if [ "x${@}x" == "xx" ] +if [ "x${*}x" == "xx" ] then %(exe)s --help else