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 <b...@nicira.com> > Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
Please indent the definition inside the 'if' statement: > +if test "$IS_WIN32" = "yes"; then > +pwd () { > + command pwd -W "$@" > +} > +fi Acked-by: Ben Pfaff <b...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev