mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
scripts/autoreconf: shellcheck changes
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
@@ -8,8 +8,7 @@
|
|||||||
|
|
||||||
RECONF_DIR="${3}"
|
RECONF_DIR="${3}"
|
||||||
|
|
||||||
if [ ! -f "${RECONF_DIR}/configure.in" \
|
if [ ! -f "${RECONF_DIR}/configure.in" ] && [ ! -f "${RECONF_DIR}/configure.ac" ]; then
|
||||||
-a ! -f "${RECONF_DIR}/configure.ac" ]; then
|
|
||||||
die "configure.in or configure.ac not found"
|
die "configure.in or configure.ac not found"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user