summaryrefslogtreecommitdiff
path: root/portato.py
diff options
context:
space:
mode:
authorNecoro <>2008-02-12 23:34:58 +0000
committerNecoro <>2008-02-12 23:34:58 +0000
commit5ca8207c8704690fd518b3acb3a28063ce412fbd (patch)
tree4c0e3965688d499f65dbbea4a78203e59450d61e /portato.py
parentdb2433793c7315b61f7cbd106a5bbf003c97c575 (diff)
downloadportato-5ca8207c8704690fd518b3acb3a28063ce412fbd.tar.gz
portato-5ca8207c8704690fd518b3acb3a28063ce412fbd.tar.bz2
portato-5ca8207c8704690fd518b3acb3a28063ce412fbd.zip
r771@Devoty: necoro | 2008-02-13 00:34:42 +0100
fixes
Diffstat (limited to 'portato.py')
-rwxr-xr-xportato.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/portato.py b/portato.py
index bffccec..f426192 100755
--- a/portato.py
+++ b/portato.py
@@ -101,8 +101,6 @@ def main ():
rw = shm.create_semaphore(InitialValue = 1, permissions = 0600)
additional = []
- if options.check:
- additional.append("--check")
if options.frontend:
additional.extend(["--frontend", options.frontend])