aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xchallenge-089/abigail/test.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/challenge-089/abigail/test.pl b/challenge-089/abigail/test.pl
index b36faadf0c..13345e3eaa 100755
--- a/challenge-089/abigail/test.pl
+++ b/challenge-089/abigail/test.pl
@@ -74,6 +74,12 @@ my %languages = (
dir => "ruby",
exe => "/usr/bin/ruby",
},
+ Csh => {
+ ext => "csh",
+ dir => "csh",
+ exe => "/bin/csh",
+ },
+
);
my $perl_exe = $languages {Perl} {exe};