From 5bc40a5eefb7a941ce60349b1404c75acbeb7caf Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 29 Nov 2019 21:14:53 +0000 Subject: [PATCH] pash: Set LC_ALL=C during password generation --- pash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pash b/pash index a0bb9cf..722522e 100755 --- a/pash +++ b/pash @@ -12,7 +12,7 @@ pw_add() { # # The 'dd' command is then used to read only the desired # password length. - pass=$(tr -dc "${PASH_PATTERN:-_A-Z-a-z-0-9}" /dev/null) else