[dev-context] bash vs sh in installation script
Aditya Mahajan
adityam at umich.edu
Sun Apr 17 00:47:35 CEST 2011
On Sun, 17 Apr 2011, Mojca Miklavec wrote:
> change, I just wanted to hear from others and maybe I need to find a
> good reference to what is not allowed in sh that works in bash.)
The bash user manual:
http://www.faqs.org/docs/bashman/bashref_122.htmlhttp://www.faqs.org/docs/bashman/bashref_122.html
> On mac it is:
>> sh --version
> GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)
On linux, sh either links to bash or dash.
Aditya
More information about the dev-context
mailing list