What if we run: sw_vers -productVersion This produces 10.6.8 on my system. We can pipe this into to cut or a regex "." separating into the variables majorVersion minorVersion microVersion. Then if minorVersion is greater than 9 then we run your script. Would that work or do you have any idea why your system is turning those libs into symlinks?
Jeremiah On Wed, Oct 14, 2015 at 7:17 PM, Jeremiah Benham <[email protected] > wrote: > ---------- Forwarded message ---------- > From: "Rakesh Babu" <[email protected]> > Date: Oct 9, 2015 9:16 PM > Subject: [bug #46117] Denemo fails to start on OSX 10.10.5 > To: "Jeremiah Benham" <[email protected]>, "Rakesh Babu" < > [email protected]>, "Richard Shann" <[email protected]>, < > [email protected]> > Cc: > > Follow-up Comment #5, bug #46117 (project denemo): > > Just a follow-up, I was able to re-link the symlinks in Denemo.app using > some > bash magic adapted from here > ( > http://unix.stackexchange.com/questions/18360/how-can-i-relink-a-lot-of-broken-symlinks > ), > and was able to successfully start the application. > > The first step I ran was to fix the symlinks using this command: find ./ > -lname './Denemo.app/*' -exec sh -c 'ln -snf "../../../../$(readlink > "$0")" "$0"' {} ; > > The next step was to use the symlinks utility to simplify the symlinks to > the > current directory (https://github.com/brandt/symlinks) > > Should I place this in the denemo.sh file somehow? I am still not sure how > it turned into symlinks on your machine also. > > Thanks for testing this out! > Jeremiah > > Thanks! > > _______________________________________________________ > > Reply to this item at: > > <http://savannah.gnu.org/bugs/?46117> > > _______________________________________________ > Message sent via/by Savannah > http://savannah.gnu.org/ > >
_______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
