give me a big F

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-11 21:16:42 +02:00
parent eb2512d4a2
commit be2efbbb0d
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ class Cdist:
# and sh -c -e does not exit if /bin/false called
args[0][:0] = [ "/bin/sh", "-e" ]
remote = false
remote = False
if "remote" in kargs:
if kargs["remote"]:
args[0][:0] = self.remote_prefix