Accepting request 872279 from home:kukuk:etc

- Don't abort on unbound first argument

OBS-URL: https://build.opensuse.org/request/show/872279
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysuser-tools?expand=0&rev=42
This commit is contained in:
Thorsten Kukuk 2021-02-15 07:31:11 +00:00 committed by Git OBS Bridge
parent 1877b519f4
commit cf63454c7b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 15 07:30:25 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>
- Don't abort on unbound first argument
-------------------------------------------------------------------
Thu Feb 11 13:54:01 UTC 2021 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -1,5 +1,5 @@
#!/bin/sh
set -eu
set -e
# Print the command and run it
run() {