On Wed, Nov 11, 2009 at 09:24:11PM -0500, Jonathan Levi, M.D. wrote: > Thank you all for your help. "#!/sw/bin/bash" did the trick. To avoid > this confusion in the future, is there any reason I shouldn't move > /bin/bash to, say, /bin/bash.ori and replace it with a link? Or is > there a better solution, assuming I want to stay with OS X 10.4 for > now?--Jonathan
I wouldn't do that. You could try: #!/usr/bin/env bash to pick the first bash from your PATH. Don't use this for system scripts, but it should work just fine for utilities, etc --- James
pgpv2BudBajqe.pgp
Description: PGP signature
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
