PDA

View Full Version : Bash in different directory



LewisGNoa
May 7th, 2011, 09:45 PM
I would like to install bash in a different directory. I have two questions: how to do this succefully and how to make the shell scripts that look for /bin/sh and /bin/bash in my own directory (like, id dont know, /tools or /sys maybe) without making changes to the script and without posting a symlink to /bin



Seems like cafe is the best way to post this.

red_Marvin
May 7th, 2011, 10:18 PM
If your script asks for #!/bin/bash that is what it is going to get unless you change the source of the script or the currently running shell.