hack to get escaped quotes right on git-annex-shell man page
This commit is contained in:
parent
9faf5c8837
commit
7a77985f37
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ while (<>) {
|
|||
else {
|
||||
$inNAME=0;
|
||||
}
|
||||
s/\\"/\\\\"/g; # hack for git-annex-shell's quotes around SSH_ORIGINAL_COMMAND
|
||||
|
||||
print $_;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue