diff -uNr postgresql-7.1beta3/src/bin/pg_ctl/pg_ctl.sh postgresql-7.1beta3-fixed/src/bin/pg_ctl/pg_ctl.sh --- postgresql-7.1beta3/src/bin/pg_ctl/pg_ctl.sh Sat Jan 6 19:03:36 2001 +++ postgresql-7.1beta3-fixed/src/bin/pg_ctl/pg_ctl.sh Sat Jan 27 13:24:45 2001 @@ -141,7 +141,7 @@ ;; -o) shift - POSTOPTS="$1" + POSTOPTS="$POSTOPTS $1" ;; -*) echo "$CMDNAME: invalid option: $1" 1>&2