summaryrefslogtreecommitdiff
path: root/lib/Net/OpenSSH/ShellQuoter.pm
diff options
context:
space:
mode:
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 {