Index: openacs-4/bin/create-tablespace.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/bin/create-tablespace.tcl,v
diff -u -r1.1 -r1.2
--- openacs-4/bin/create-tablespace.tcl	13 Mar 2003 06:09:04 -0000	1.1
+++ openacs-4/bin/create-tablespace.tcl	10 Jan 2007 21:21:58 -0000	1.2
@@ -50,7 +50,7 @@
 } else {
     # oracle_data_path specified. make sure it has a trailing slash.
     set oracle_data_path [lindex $argv 2]
-    if { [string index $oracle_data_path end] != "/" } {
+    if { [string index $oracle_data_path end] ne "/" } {
 	set oracle_data_path "${oracle_data_path}/"
     }
 }