MithunReddy / remail-iphone

Automatically exported from code.google.com/p/remail-iphone
0 stars 0 forks source link

Shell command path in "pull_dependencies.sh" need to be updated. #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
I've experimented with reMail sources and fixes some issues in my github repo: 
http://github.com/sashka/remail

Original comment by alexander.saltanov on 26 Sep 2010 at 10:52