>> On Wed, 25 Jan 2012 16:08:07 -0600, >> "Doug Poland" <d...@polands.org> said:
D> I'm trying port some shell scripts to FreeBSD that were originally D> written on Darwin (OS X). The issue I'm having is the shebang line of D> the scripts in OS X is #!/bin/sh, and it turns out that is really an D> instance of bash, and the code contains some bashisms. On FreeBSD I D> have bash in /usr/local/bin/bash. D> Is there an "easy/best" way to have a single shebang that works on both D> OS's? I'd rather not change FreeBSD's bourne shell to bash with any D> symlinking of /usr/local/bin/bash to /bin/sh. Do you have the Korn shell installed? I've found that to be a nice compromise for scripts that have bash-isms. -- Karl Vogel I don't speak for the USAF or my company Texted a friend meaning to ask if she was busy. Me: "Are you busty?" Her: "They're manageable, what's up?" --Jimmy Fallon, #textingdisaster tweets, 13 Jan 2012 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"