Index: openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl 21 Jan 2003 21:37:10 -0000 1.9 +++ openacs-4/packages/acs-lang/tcl/lang-catalog-procs.tcl 27 Jan 2003 21:19:56 -0000 1.10 @@ -309,7 +309,7 @@ set backup_path "${file_path}.orig" if { [file exists $file_path] && ![file exists $backup_path] } { ns_log Notice "lang::catalog::export_messages_to_file - Backing up catalog file $file_path" - file copy $file_path $backup_path + file copy -- $file_path $backup_path } else { ns_log Notice "lang::catalog::export_messages_to_file - Not backing up $file_path as backup file already exists" }