mac: fix a small bug in the 'tahoe' script

This commit is contained in:
robk-tahoe 2008-02-14 17:36:10 -07:00
parent ca41693162
commit 65ec397393

View 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