Always use ./build.sh. "sh build.sh" will run build.sh using the /bin/sh binary (it's actually a symlink). ./build.sh will run build.sh using the binary specified inside build.sh.
On different systems /bin/sh will point to different shells. For example, in Ubuntu /bin/sh points to their own shell called "dash", and on CentOS it points to /bin/bash. On Thu, Nov 11, 2010 at 12:38 PM, Nicolas <[email protected]>wrote: > Hi, > > What is the difference between sh build.sh and ./build.sh > > There does seem to be one, > > Thx in advance. > > Nicolas. > > -- > You received this message because you are subscribed to the Google > Groups "APE Project" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<ape-project%[email protected]> > For more options, visit this group at > http://groups.google.com/group/ape-project?hl=en > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ > Git Hub : http://github.com/APE-Project/ > -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
