From 65ec397393e5519cdb6ff44f0854a2176c3cdac9 Mon Sep 17 00:00:00 2001 From: robk-tahoe Date: Thu, 14 Feb 2008 17:36:10 -0700 Subject: [PATCH] mac: fix a small bug in the 'tahoe' script --- src/allmydata/gui/macapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2