projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24c5c58
)
Cosmetic. Tweaks spacing.
author
Will Kahn-Greene
<willg@bluesock.org>
Wed, 27 Jul 2011 22:19:51 +0000
(15:19 -0700)
committer
Will Kahn-Greene
<willg@bluesock.org>
Sat, 30 Jul 2011 12:39:07 +0000
(08:39 -0400)
lazyserver.sh
patch
|
blob
|
blame
|
history
diff --git
a/lazyserver.sh
b/lazyserver.sh
index 4f10f771d8d18fbfa5d77ed22ff2aefde89c05b5..e4afdaa5a9d673776d33c370a3999a853e073963 100755
(executable)
--- a/
lazyserver.sh
+++ b/
lazyserver.sh
@@
-18,18
+18,18
@@
if [ "$1" = "-h" ]
then
- echo "$0 [-h] [-c paste.ini] ARGS_to_paster"
- echo " For example:"
- echo " $0 -c fcgi.ini port_number=23371"
- exit 1
+
echo "$0 [-h] [-c paste.ini] ARGS_to_paster"
+
echo " For example:"
+
echo " $0 -c fcgi.ini port_number=23371"
+
exit 1
fi
PASTE_INI=paste.ini
if [ "$1" = "-c" ]
then
- PASTE_INI="$2"
- shift
- shift
+
PASTE_INI="$2"
+
shift
+
shift
fi
if [ -f ./bin/paster ]; then