Index: openacs-4/packages/acs-tcl/tcl/apm-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-procs.tcl,v diff -u -r1.94.2.8 -r1.94.2.9 --- openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 6 Oct 2013 12:36:51 -0000 1.94.2.8 +++ openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 12 Oct 2013 13:55:17 -0000 1.94.2.9 @@ -1999,7 +1999,7 @@ set pg_files {} foreach file $filelist { if { [string match {*/postgresql/*} $file] - && ![string match *-drop.sql $file] + && ![string match "*-drop.sql" $file] && ![string match {*/upgrade/*} $file] } { lappend pg_files $file @@ -2012,7 +2012,7 @@ set ora_files {} foreach file $filelist { if { [string match {*/oracle/*} $file] - && ![string match *-drop.sql $file] + && ![string match "*-drop.sql" $file] && ![string match {*/upgrade/*} $file] } { lappend ora_files $file