On Tue, Jun 24, 2014 at 11:52:50AM -0700, Gurucharan Shetty wrote:
> For this particular test, we pass the PKIDIR through a
> ovsdb-tool transact and msys does not convert the path style.
> (On Windows, we have to pass the directory in the form C:/foo/bar.pem.)
>
> So get the Windows style path through 'pwd -W'(which is called through
> the function pwd ())
>
> Signed-off-by: Gurucharan Shetty <[email protected]>
Would you mind adding an explanatory comment to the code? Also I'd prefer &&
over ;:
PKIDIR="$(cd $abs_top_builddir/tests; pwd)"
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev