DJSdotcom
04-08-2002, 12:30 AM
Well I've been trying to write some shell scripts using the standard:
#!/bin/bash
syntax at the beginning, and just figured out why it doesn't work. No matter WHAT you select in the Terminal preferences pane, or what you write down to use, you will never be able to use bash in OS X unless you download and make it yourself. Check it out for yourself, when it says what shell to use in the prefs, click on "your own shell", type in /bin/bash, and boom you're done... so you think. The next time a shell window opens up, the title may say /bin/bash, but if you ps -x, the last process will still say -tcsh!
#!/bin/bash
syntax at the beginning, and just figured out why it doesn't work. No matter WHAT you select in the Terminal preferences pane, or what you write down to use, you will never be able to use bash in OS X unless you download and make it yourself. Check it out for yourself, when it says what shell to use in the prefs, click on "your own shell", type in /bin/bash, and boom you're done... so you think. The next time a shell window opens up, the title may say /bin/bash, but if you ps -x, the last process will still say -tcsh!