Am Dienstag, den 10.11.2009, 11:58 +0100 schrieb Florian Hars:
> Gerd Stolpmann schrieb:
> > I try to release fixes for two problems soon, maybe by Monday. 
> 
> Ok, godi-tools-2.0.12 seems to fix the second problem, thanks. 
> 
> The earlier $PWD problem still persists, but I see you have noticed
> http://caml.inria.fr/mantis/view.php?id=4906 so there is not much left
> to do now.
> 
> Of course, you can always route around these issues be replacing
> /bin/sh with a ksh93 while compiling godi if you are root.

Sure, $PWD is not fixed as such, but the question is more whether
essential functions depend on this feature. My intuition is that it is
not in wide use - grepping over ocaml sources only resulted in three
occurrences. Ocaml programs usually call Unix.getcwd to get the current
directory, and don't look at Sys.getenv "PWD". Shell scripts have `pwd`
as alternative (i.e. it is easy to fix).

Gerd
-- 
------------------------------------------------------------
Gerd Stolpmann, Bad Nauheimer Str.3, 64289 Darmstadt,Germany 
[email protected]          http://www.gerd-stolpmann.de
Phone: +49-6151-153855                  Fax: +49-6151-997714
------------------------------------------------------------

_______________________________________________
Godi-list mailing list
[email protected]
https://godirepo.camlcity.org/mailman/listinfo/godi-list

Reply via email to