Hi all, On 12. Jun. 2009, at 20:35, Kieran Kelleher wrote:
If it is of any use, here is a bash utility function that I use to get the script dir, just include it in the top of your bash file.
[....]
that's waaay too complicated :) simlpy use: mydir=`cd \`dirname "$0"\`;pwd` instead of: mydir=`dirname "$0"` Btw, where do I find this setupWorkspace.sh script? Marc _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
