[Sparkle] All my Sparkle-updated apps are not working
Dave Dribin
dave-ml at dribin.org
Wed Aug 1 15:44:40 PDT 2007
On Aug 1, 2007, at 8:03 AM, Ashley Moran wrote:
> Could you make it try with env first, and if it fails, retry with /
> usr/bin/hdiutil? But that might be too much work for no gain - I
> also can't see why it would be moved out of /usr/bin either. It's
> not needed in single user mode so it won't end up in /bin, and I
> doubt very much it would ever be considered an sbin
We could just set PATH to /bin:/usr/bin:/usr/sbin, to be a little
paranoid. It's always gonna be in one of those, unless Apple pulls
the tool, completely.
I'm not sure I see the reason for using env, either. It's usually
used in shebang (#!) lines to force a script interpreter to be looked
up in PATH, rather than hardcoding its path. But that's a different
situation where users have, say, ruby installed in different locations.
-Dave
More information about the Sparkle
mailing list