projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca41693
)
mac: fix a small bug in the 'tahoe' script
author
robk-tahoe
<robk-tahoe@allmydata.com>
Fri, 15 Feb 2008 00:36:10 +0000
(17:36 -0700)
committer
robk-tahoe
<robk-tahoe@allmydata.com>
Fri, 15 Feb 2008 00:36:10 +0000
(17:36 -0700)
src/allmydata/gui/macapp.py
patch
|
blob
|
history
diff --git
a/src/allmydata/gui/macapp.py
b/src/allmydata/gui/macapp.py
index f85790ca156ef35c892e4d913bf70e1ed5dfb2d5..ad865667428704fb3a92d0d45d53f3388d4c18e9 100644
(file)
--- 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