HI Clytie,
Clytie Siddall schrieb:
What do I do here?
@@ -101,9 +101,9 @@
do
echo "Running soffices' processes: "
....
######### wait until Testtool has finished &
closed
- while ps -p $testtoolpid > /dev/null ;
+ while ps -p $testtoolpid | grep
$testtoolpid > /dev/null ;
do
sleep 2
i=$((i+2))
I don't understand what to do with the script above. :(
*sigh* this is a patch to apply .. remove all the lines with - , add
lines with +.
The problem is, that the script has been written to run on Linux /
Solaris, but Mac uses slightly different commands. So the Mac team has
applied some patches. (That's what actually has been dosumented here).
Imho this ist the wrong approach: we should work on a multi-platform
script. Unfortunately I have no Mac and cannot test this platform
(responses from people who tried to use my scripts have been confusing
to me - some said it works, some said it doesn't :-( therefore I stopped
working on it).
I'll upload the files to issue 71973 later today.
André
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]