Howdy,

In tcl/noe_reporting.tcl, line 2104 is:

   exec ln --symbolic $oldname $newname

The long option '--symbolic' is a GNU-ism and doesn't work with the
BSD-based ln command in OS X.

The short form -s option is in the POSIX standard, so it should be fairly
portable.

-ben

--
Ben Eisenbraun
Structural Biology Grid                           Harvard Medical School
http://sbgrid.org                                 http://hms.harvard.edu

Reply via email to