diff --git a/sysuser-tools.changes b/sysuser-tools.changes index 167ebe8..0c2810d 100644 --- a/sysuser-tools.changes +++ b/sysuser-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 15 07:30:25 UTC 2021 - Thorsten Kukuk + +- Don't abort on unbound first argument + ------------------------------------------------------------------- Thu Feb 11 13:54:01 UTC 2021 - Thorsten Kukuk diff --git a/sysusers2shadow.sh b/sysusers2shadow.sh index 6f2352e..7988133 100644 --- a/sysusers2shadow.sh +++ b/sysusers2shadow.sh @@ -1,5 +1,5 @@ #!/bin/sh -set -eu +set -e # Print the command and run it run() {