Hi,

bash variable substitution worked in Fabric 0.1. With Fabric 0.9a3, it
doen't work anymore

def echo():
    run("VAR='myvar'; echo $VAR")

returns a blank line instead of myvar:
[host] run: VAR='myvar'; echo $VAR
Password for u...@host:

Done.

Using bash variable was the only way I could find Fabric 0.1 to do the
things I wanted.
In fabric 0.9a3, I think I can find another way, but I have to adapt
all my scripts.

Regards
-- 
Vincent Fretin


_______________________________________________
Fab-user mailing list
Fab-user@nongnu.org
http://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to