From: Joey Hess Date: Sun, 17 Jul 2011 02:21:51 +0000 (-0400) Subject: layut X-Git-Tag: 8.9.1~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b6711374c61779bbb9f40eaa4c587b357e098b80;p=debhelper.git layut --- diff --git a/Debian/Debhelper/Buildsystem/qmake_qt4.pm b/Debian/Debhelper/Buildsystem/qmake_qt4.pm index 1cac5f0..d5bac58 100644 --- a/Debian/Debhelper/Buildsystem/qmake_qt4.pm +++ b/Debian/Debhelper/Buildsystem/qmake_qt4.pm @@ -10,7 +10,7 @@ sub DESCRIPTION { } sub configure { - my $this=shift; + my $this=shift; $Debian::Debhelper::Buildsystem::qmake::qmake="qmake-qt4"; $this->SUPER::configure(@_); }