diff options
author | Will Kahn-Greene <willg@bluesock.org> | 2011-07-27 15:19:51 -0700 |
---|---|---|
committer | Will Kahn-Greene <willg@bluesock.org> | 2011-07-30 08:39:07 -0400 |
commit | 0c0fc054e64907e12996e3c47471893c19faddbd (patch) | |
tree | a76fbd4b4d86f7a865a18b1220199a07566b7e7d /lazyserver.sh | |
parent | 24c5c586dfe2ae047ca116c54b256b7d70273c62 (diff) | |
download | mediagoblin-0c0fc054e64907e12996e3c47471893c19faddbd.tar.lz mediagoblin-0c0fc054e64907e12996e3c47471893c19faddbd.tar.xz mediagoblin-0c0fc054e64907e12996e3c47471893c19faddbd.zip |
Cosmetic. Tweaks spacing.
Diffstat (limited to 'lazyserver.sh')
-rwxr-xr-x | lazyserver.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lazyserver.sh b/lazyserver.sh index 4f10f771..e4afdaa5 100755 --- 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 |