What steps will reproduce the problem?
1. Run command: chmod u+x pull_dependencies.sh
2. Run shell script: ./pull_dependencies.sh
What is the expected output? What do you see instead?
Expected: Shell script executed correctly.
What I see: Error: /usr/bin/sh Shell command is not found.
What version of the product are you using? On what operating system?
Mac OS X Snow Leopard 10.6.3
Please provide any additional information below.
Changing the first line "#!/usr/bin/sh" to "#!/bin/sh", resolves the problem.
Meanwhile, the compile script "build-all-deps.sh" under ./build-crypto-deps
is correctly set to use /bin/sh.
Requirement:
Update pull_dependencies.sh to use /bin/sh, and also, add execution
attribute to pull_dependencies.sh.
Original issue reported on code.google.com by tonny...@gmail.com on 24 May 2010 at 8:05
Original issue reported on code.google.com by
tonny...@gmail.com
on 24 May 2010 at 8:05