JasperVanDenBosch / fexpect

extension for fabric to handle prompts through pexpect
http://ilogue.com/jasper/blog/fexpect--dealing-with-prompts-in-fabric-with-pexpect/
BSD 2-Clause "Simplified" License
44 stars 13 forks source link

shell path problems #4

Closed wynnw closed 12 years ago

wynnw commented 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.

JasperVanDenBosch commented 12 years ago

Excellent, thank you! It's up on pypi in fexpect 0.2.post5.

wynnw commented 12 years ago

Thanks for the quick action. Really nice small project - very well done.