mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 10:01:54 +00:00
mac: fix a small bug in the 'tahoe' script
This commit is contained in:
parent
ca41693162
commit
65ec397393
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user