*** src/bin/initdb/initdb.sh.old Sun Sep 23 14:52:08 2001 --- src/bin/initdb/initdb.sh Sun Sep 23 14:58:38 2001 *************** *** 539,545 **** if [ "$?" -ne 0 ]; then exit_nicely fi ! if [ ! -f $PGDATA/global/pg_pwd ]; then echo echo "The password file wasn't generated. Please report this problem." 1>&2 exit_nicely --- 539,545 ---- if [ "$?" -ne 0 ]; then exit_nicely fi ! if [ ! -f "$PGDATA"/global/pg_pwd ]; then echo echo "The password file wasn't generated. Please report this problem." 1>&2 exit_nicely