Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Fix the echo -n problem in 10.5' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Fix the echo -n problem in 10.5
Authored by: ebaur on Tue, Nov 20 2007 at 3:13PM PST
Another person echoing the objections here... (sorry about the pun there).

Instead of moving things around (an potentially causing issues with other scripts, system or third party), you should just change the #! line in your script.

If you want bash to run, use #!/bin/bash instead of #!/bin/sh - that's all. That's the purpose of the #! line.

[ Reply to This | # ]