Index: openacs-4/etc/install/functions.sh
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/etc/install/functions.sh,v
diff -u -r1.4 -r1.5
--- openacs-4/etc/install/functions.sh	4 Nov 2003 14:39:04 -0000	1.4
+++ openacs-4/etc/install/functions.sh	25 Apr 2004 09:32:27 -0000	1.5
@@ -1,7 +1,7 @@
 # Access config parameters in the TCL file through this function
 
 get_config_param () {
-    echo "source $config_file; puts [set $1]" | tclsh
+    echo "source $config_file; puts -nonewline [set $1]" | tclsh
 }
 
 create_override_config_file () {