Cosmetic. Tweaks spacing.

This commit is contained in:
Will Kahn-Greene 2011-07-27 15:19:51 -07:00
parent 24c5c586df
commit 0c0fc054e6

View File

@ -18,18 +18,18 @@
if [ "$1" = "-h" ] if [ "$1" = "-h" ]
then then
echo "$0 [-h] [-c paste.ini] ARGS_to_paster" echo "$0 [-h] [-c paste.ini] ARGS_to_paster"
echo " For example:" echo " For example:"
echo " $0 -c fcgi.ini port_number=23371" echo " $0 -c fcgi.ini port_number=23371"
exit 1 exit 1
fi fi
PASTE_INI=paste.ini PASTE_INI=paste.ini
if [ "$1" = "-c" ] if [ "$1" = "-c" ]
then then
PASTE_INI="$2" PASTE_INI="$2"
shift shift
shift shift
fi fi
if [ -f ./bin/paster ]; then if [ -f ./bin/paster ]; then