hack to get escaped quotes right on git-annex-shell man page

This commit is contained in:
Joey Hess 2016-04-04 17:11:35 -04:00
parent 9faf5c8837
commit 7a77985f37
Failed to extract signature

View file

@ -53,6 +53,7 @@ while (<>) {
else {
$inNAME=0;
}
s/\\"/\\\\"/g; # hack for git-annex-shell's quotes around SSH_ORIGINAL_COMMAND
print $_;
}