<br><font size=2 face="sans-serif">+1</font>
<br>
<br><font size=2 face="sans-serif">Best Regards,<br>
<br>
Richard Maciel, MSc<br>
Software Engineer - LTC Brazil<br>
--------------------------<br>
"'Would you tell me, please, which way I ought to go from here?'<br>
'That depends a good deal on where you want to get to,'<br>
'I don't know where. . .'<br>
'Then it doesn't matter which way you go,' said the Cat. "<br>
- Alice's Adventures in the Wonderland<br>
</font>
<br>
<br><tt><font size=2>libvirt-cim-bounces@redhat.com wrote on 09/12/2008
14:09:36:<br>
<br>
> # HG changeset patch<br>
> # User Dan Smith <danms@us.ibm.com><br>
> # Date 1228838971 28800<br>
> # Node ID 6783a4570e3cbd33d71045a60fd136540d662633<br>
> # Parent  9e63b52769bf42a6c025b7baa32a84afff0f3828<br>
> Properly quote the namespace in provider-register.sh<br>
> <br>
> This use of the namespace in an error path causes an additional error
message<br>
> to be raised which adds confusion.<br>
> <br>
> Signed-off-by: Dan Smith <danms@us.ibm.com><br>
> <br>
> diff -r 9e63b52769bf -r 6783a4570e3c provider-register.sh<br>
> --- a/provider-register.sh   Tue Dec 09 07:29:28 2008 -0800<br>
> +++ b/provider-register.sh   Tue Dec 09 08:09:31 2008 -0800<br>
> @@ -116,7 +116,7 @@<br>
>          return 1;;<br>
>       esac     <br>
>     done<br>
> -   if test $namespace = $NAMESPACE<br>
> +   if test "$namespace" = "$NAMESPACE"<br>
>     then<br>
>         cat >> $OUTFILE <<EOFC<br>
>  instance of PG_ProviderCapabilities<br>
> <br>
> _______________________________________________<br>
> Libvirt-cim mailing list<br>
> Libvirt-cim@redhat.com<br>
> </font></tt><a href="https://www.redhat.com/mailman/listinfo/libvirt-cim"><tt><font size=2>https://www.redhat.com/mailman/listinfo/libvirt-cim</font></tt></a><tt><font size=2><br>
</font></tt>