summaryrefslogtreecommitdiff
path: root/lib/Net/OpenSSH/ShellQuoter.pm
diff options
context:
space:
mode:
authorFlorian Schlichting <fsfs@debian.org>2015-08-18 18:15:16 +0200
committerFlorian Schlichting <fsfs@debian.org>2015-08-18 18:15:16 +0200
commitf205c147abe36c1a3043cf68d9ff1bcfd6fcc534 (patch)
tree2d3e9acc46223fe9ad7672ba24155879a0394c36 /lib/Net/OpenSSH/ShellQuoter.pm
parenta5b394ff4bfd1c0f10f5dab078424e9f57a81a83 (diff)
Imported Upstream version 0.64
Diffstat (limited to 'lib/Net/OpenSSH/ShellQuoter.pm')
-rw-r--r--lib/Net/OpenSSH/ShellQuoter.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Net/OpenSSH/ShellQuoter.pm b/lib/Net/OpenSSH/ShellQuoter.pm
index e9939d6..ece197a 100644
--- a/lib/Net/OpenSSH/ShellQuoter.pm
+++ b/lib/Net/OpenSSH/ShellQuoter.pm
@@ -13,7 +13,10 @@ my %alias = (bash => 'POSIX',
dash => 'POSIX',
pdksh => 'POSIX',
mksh => 'POSIX',
+ lksh => 'POSIX',
zsh => 'POSIX',
+ fizsh => 'POSIX',
+ posh => 'POSIX',
tcsh => 'csh');
sub quoter {