On Fri, Apr 18, 2014 at 11:04:16AM -0700, Gurucharan Shetty wrote:
> On MinGW, "pwd -W" gives the present working directory
> in the form of windows path (i.e C:/temp instead of /c/temp).
> When we pass the directory path to daemons as arguments,
> we should be passing it in the form of windows path.
>
> Suggested-by: Ben Pfaff <[email protected]>
> Signed-off-by: Gurucharan Shetty <[email protected]>
Please indent the definition inside the 'if' statement:
> +if test "$IS_WIN32" = "yes"; then
> +pwd () {
> + command pwd -W "$@"
> +}
> +fi
Acked-by: Ben Pfaff <[email protected]>
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev