Message ID | 20190502174238.23848-8-ian.jackson@eu.citrix.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | mg-repro-flight: Provide --rebuild to make variant build jobs too | expand |
diff --git a/mg-repro-setup b/mg-repro-setup index b41bf478..d63e29b6 100755 --- a/mg-repro-setup +++ b/mg-repro-setup @@ -46,7 +46,7 @@ END } -badusage () { echo >&2 "bad usage"; usage >&2; exit 126; } +badusage () { echo >&2 "bad usage$*"; usage >&2; exit 126; } set -e -o posix
No functional change with existing call sites. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> --- mg-repro-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)