commit: cfa00669613e13b70421d7d7d957c650e17ffb40
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 2 06:13:18 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 15:43:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa00669
sci-misc/gt-itm: fix variable references
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-misc/gt-itm/gt-itm-19961004-r2.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild
b/sci-misc/gt-itm/gt-itm-19961004-r2.ebuild
index 99585d83edf..295139f5bfc 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"
}