projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c3637a
)
Fix format string usage.
author
Greg Price
<price@mit.edu>
Mon, 21 Dec 2009 05:25:57 +0000
(
00:25
-0500)
committer
Greg Price
<price@mit.edu>
Mon, 21 Dec 2009 05:25:57 +0000
(
00:25
-0500)
svn path=/trunk/packages/invirt-web/; revision=2742
code/invirt.fcgi
patch
|
blob
|
history
diff --git
a/code/invirt.fcgi
b/code/invirt.fcgi
index
607a4ea
..
9cda782
100755
(executable)
--- a/
code/invirt.fcgi
+++ b/
code/invirt.fcgi
@@
-22,7
+22,7
@@
the first argument.
Helper scripts "auth.fcgi" and "unauth.fcgi" are provided to
facilitate running the server with no arguments.
-""" % (sys.argv[0], argv0_dir, argv0_dir)
+""" % (sys.argv[0],)
sys.exit(2)
if __name__ == "__main__":