Index: openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl,v diff -u -r1.86.2.1 -r1.86.2.2 --- openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 2 Sep 2013 10:57:09 -0000 1.86.2.1 +++ openacs-4/packages/acs-tcl/tcl/00-database-procs.tcl 3 Sep 2013 19:35:59 -0000 1.86.2.2 @@ -2546,7 +2546,7 @@ set pghost "-h [db_get_dbhost]" } - #cd [file dirname $file] + cd [file dirname $file] set fp [open "|[file join [db_get_pgbin] psql] $pghost $pgport $pguser -f $file [db_get_database] $pgpass" "r"] while { [gets $fp line] >= 0 } {