From: Michael Orlitzky Date: Tue, 29 Aug 2017 19:18:28 +0000 (-0400) Subject: sys-user.eclass: fix killer typo in variable name. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=commitdiff_plain;h=49a2493f92d112d98b9a8484eb453aa0167396eb sys-user.eclass: fix killer typo in variable name. --- diff --git a/eclass/sys-user.eclass b/eclass/sys-user.eclass index c328bbd..7cfffaf 100644 --- a/eclass/sys-user.eclass +++ b/eclass/sys-user.eclass @@ -252,7 +252,7 @@ sys-user_pkg_preinst() { die "home directory conflict for new user: ${SYS_USER_HOME}" fi - if [[ "${oldhshell}" != "${SYS_USER_SHELL}" ]]; then + if [[ "${oldshell}" != "${SYS_USER_SHELL}" ]]; then die "shell conflict for new user: ${SYS_USER_SHELL}" fi