summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/shadow/shadow-4.8-r5.ebuild')
-rw-r--r--sys-apps/shadow/shadow-4.8-r5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/shadow/shadow-4.8-r5.ebuild b/sys-apps/shadow/shadow-4.8-r5.ebuild
index 3217bbd41153..da23f02aa7f5 100644
--- a/sys-apps/shadow/shadow-4.8-r5.ebuild
+++ b/sys-apps/shadow/shadow-4.8-r5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools libtool pam
+inherit autotools pam
DESCRIPTION="Utilities to deal with user accounts"
HOMEPAGE="https://github.com/shadow-maint/shadow"
@@ -88,7 +88,7 @@ src_configure() {
}
set_login_opt() {
- local comment="" opt=$1 val=$2
+ local comment="" opt=${1} val=${2}
if [[ -z ${val} ]]; then
comment="#"
sed -i \