You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
the path context manager seems to fail when trying to append path on FreeBSD/csh containing unescaped characters like $, ~ and .. It also seems to add unneeded extra quotes.
csh behaviour with quoting and backslashes is strange. I had similar problems and found a fix: You need to set backslash_quote in csh. See pull request #1483. Feedback welcome.
Please comment if the setting from #1483 is insufficient and we can reopen - thanks! (Though - I'll note that Fabric 1's aggressively "helpful" autoquoting is generally problematic and won't be present by default in 2.x.)
Hi,
the path context manager seems to fail when trying to append path on FreeBSD/csh containing unescaped characters like
$
,~
and.
. It also seems to add unneeded extra quotes.E.g., with bower installed locally:
fab staging deploy
returns
also
export
is probably not working anyway in csh, should besetenv
I think.The text was updated successfully, but these errors were encountered: