# HG changeset patch # User HIROSE Yuuji # Date 1554545972 -32400 # Node ID b61881cfe57f84babd11381e71005f16dd5c5dc0 # Parent 9f51eb80c67be047eaf2be5ce5c129cad19d51ca Password string can contain blanks diff -r 9f51eb80c67b -r b61881cfe57f s4-funcs.sh --- a/s4-funcs.sh Sat Apr 06 19:08:14 2019 +0900 +++ b/s4-funcs.sh Sat Apr 06 19:19:32 2019 +0900 @@ -1148,7 +1148,7 @@ [ x"$dbpswd" = x"$encpswd" ] } mypwhash() { - mycrypt `cat` `genrandom 5` + mycrypt "`cat`" `genrandom 5` } wasureta() { user=$1