home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
225927e
)
Server/py: Fix file name bug in startup wrapper script.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 8 Mar 2015 16:03:31 +0000
(17:03 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 8 Mar 2015 16:03:31 +0000
(17:03 +0100)
roguelike_python
patch
|
blob
|
history
diff --git
a/roguelike_python
b/roguelike_python
index b00272187288eed4be40d1bb8df26872623ae831..74f7f34489eacced569741fe806ea4806e98739d 100755
(executable)
--- a/
roguelike_python
+++ b/
roguelike_python
@@
-1,7
+1,7
@@
#!/bin/sh
# Wrapper to the script so that its suppressed server messages get read on exit.
-./start_server_client_union.sh "$@"
+./start_server_
python_
client_union.sh "$@"
# For some reason, mere sync won't ensure a log is written out, so wait a while.
sync