From cfa00669613e13b70421d7d7d957c650e17ffb40 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 2 Apr 2021 07:13:18 +0100 Subject: sci-misc/gt-itm: fix variable references Signed-off-by: Sam James --- sci-misc/gt-itm/gt-itm-19961004-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sci-misc') diff --git a/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild b/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild index 99585d83edfe..295139f5bfc9 100644 --- a/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild +++ b/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -29,8 +29,8 @@ DOCS=( README docs/. ) src_unpack() { unpack "sgb2ns-${PV}.tar.gz" - mkdir "$S" || die - cd "$S" || die + mkdir "${S}" || die + cd "${S}" || die unpack "${P}.tar.gz" } -- cgit v1.2.3-65-gdbad