On Tue, Oct 08, 2002 at 11:18:44AM +0200, Alon Barzilai wrote: > any adea ?
Something was very weird in the script. I've fixed it now and an updated version is online. In fact, this new version works better than the original, since it handles both relative and absolute paths correctly, e.g.: union /usr/bin /usr/local/bin /foo/bin --> will make the symlinks in /foo/bin absolute cd /usr union bin local/bin /usr/foo/bin --> will make the symlinks in /foo/bin relative (e.g. "/usr/foo/bin/gcc" => "../../local/bin/gcc") You don't have to use an absolute path for target either -- it could've been "foo/bin" and then the union would be in /usr/foo/bin. The URL is: http://toast.unwind.co.il/hacks/union ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
