From 8a1d6c51aad0c4054ab1b19814298da5313617d7 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Fri, 27 Dec 2019 22:44:17 +0100 Subject: [PATCH] debian/default/useradd: Fix typo DHSELL -> DSHELL Closes: #897028 --- debian/default/useradd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/default/useradd b/debian/default/useradd index a834feff..e32955a7 100644 --- a/debian/default/useradd +++ b/debian/default/useradd @@ -2,7 +2,7 @@ # # The SHELL variable specifies the default login shell on your # system. -# Similar to DHSELL in adduser. However, we use "sh" here because +# Similar to DSHELL in adduser. However, we use "sh" here because # useradd is a low level utility and should be as general # as possible SHELL=/bin/sh