Closed wynnw closed 12 years ago
This change fixes problems I saw where my fabric shell was already an absolute path that I wanted to use, but it was trying to prepend '/bin/', making an invalid shell path of '/bin//bin/bash' when I tried to execute sudo commands.
Excellent, thank you! It's up on pypi in fexpect 0.2.post5.
Thanks for the quick action. Really nice small project - very well done.
This change fixes problems I saw where my fabric shell was already an absolute path that I wanted to use, but it was trying to prepend '/bin/', making an invalid shell path of '/bin//bin/bash' when I tried to execute sudo commands.