From 88d583b41c69a4c79908a88419e380e55eb7db77 Mon Sep 17 00:00:00 2001 From: Michael Pyne Date: Sun, 6 Apr 2014 17:08:24 -0400 Subject: [PATCH] GIT_SILENT Use right var name. --- modules/ksb/Module.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ksb/Module.pm b/modules/ksb/Module.pm index 89e99fe..7830b6e 100644 --- a/modules/ksb/Module.pm +++ b/modules/ksb/Module.pm @@ -1007,7 +1007,7 @@ sub fullProjectPath { my $self = shift; my $path = $self->getOption('#xml-full-path', 'module') || - croak_internal("Tried to ask for full path of a module $_ that doesn't have one!"); + croak_internal("Tried to ask for full path of a module $self that doesn't have one!"); return $path; }