]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
mac: fix a small bug in the 'tahoe' script
authorrobk-tahoe <robk-tahoe@allmydata.com>
Fri, 15 Feb 2008 00:36:10 +0000 (17:36 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Fri, 15 Feb 2008 00:36:10 +0000 (17:36 -0700)
src/allmydata/gui/macapp.py

index f85790ca156ef35c892e4d913bf70e1ed5dfb2d5..ad865667428704fb3a92d0d45d53f3388d4c18e9 100644 (file)
@@ -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