How about this?
--- /usr/lib/util-vserver/functions.~1~ 2006-11-21 06:41:31.000000000 +0100
+++ /usr/lib/util-vserver/functions 2006-11-23 18:51:03.000000000 +0100
@@ -18,10 +18,13 @@
_VS_LOGFILE=
_VS_ERRFILE=
+if [[ $_VS_NEWLINE != '
+' ]]; then
_VS_NEWLINE='
'
declare -r _VS_NEWLINE=${_VS_NEWLINE:0-1}
declare -r VS_ALLVSERVERS_ARGS=all,marked,unmarked,stopped,running
+fi
function findObject
{
ie. only do the setup if _VS_NEWLINE isn't already set?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]