fix some nits found by analyzers

This commit is contained in:
Rainer Gerhards 2018-12-30 17:18:44 +01:00
parent 47a124fbe9
commit e0d62c6443
No known key found for this signature in database
GPG Key ID: 0CB6B2A8BE80B499
5 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@
srcdir=$(dirname $0)
test -z "$srcdir" && srcdir=.
(test -f $srcdir/configure.ac) || {
test -f $srcdir/configure.ac || {
printf '**Error**: Directory "%s" does not look like the\n' "$srcdir"
printf ' top-level package directory'
exit 1