From cf5803abbcde17f77668cbda82c26448158012bc Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Mon, 15 Jun 2009 15:53:03 +0300 Subject: [PATCH] Fix typo: missing $this. Signed-off-by: Modestas Vainius --- Debian/Debhelper/Buildsystem.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debian/Debhelper/Buildsystem.pm b/Debian/Debhelper/Buildsystem.pm index 68cb7f5..b7d79c9 100644 --- a/Debian/Debhelper/Buildsystem.pm +++ b/Debian/Debhelper/Buildsystem.pm @@ -261,7 +261,7 @@ sub _cd { sub doit_in_sourcedir { my $this=shift; if ($this->get_sourcedir() ne '.') { - my $sourcedir = get_sourcedir(); + my $sourcedir = $this->get_sourcedir(); my $curdir = Cwd::getcwd(); $this->_cd($sourcedir); doit(@_); -- 2.39.5