Masato,
Thanks for that patch. I wasn't able to reproduce the
problem (on Linux) but your change seems fine.
I committed the fix to CVS.
Martin

> Hi,
>
> I have installed GT4.0.5 on Solaris 8. When I start the
> globus-personal-gatekeeper, I got following error.
>
>     % globus-personal-gatekeeper -start
>     /home/asou/GT/gt4.0.5/bin/globus-personal-gatekeeper: test: argument
> expected
>
> I have checked the globus-personal-gatekeeper script. I made a
> following patch. It works fine.
>
>     % rcsdiff -u globus-personal-gatekeeper
>     ===================================================================
>     RCS file: RCS/globus-personal-gatekeeper,v
>     retrieving revision 1.1
>     diff -u -r1.1 globus-personal-gatekeeper
>     --- /tmp/T0YOa4aC       Tue Jul 24 11:41:56 2007
>     +++ globus-personal-gatekeeper  Tue Jul 24 11:39:29 2007
>     @@ -411,7 +411,7 @@
>      EOF
>
>
>     -if [ ! -z $auditdir ]; then
>     +if [ ! -z "$auditdir" ]; then
>        if [ -x "${GLOBUS_LOCATION}/bin/globus-version" ]; then
>            globus_toolkit_version=`${GLOBUS_LOCATION}/bin/globus-version`
>        else
>
>                       ASOU Masato [EMAIL PROTECTED]
>                  What is Ninf? http://ninf.apgrid.org/
>
>


Reply via email to