Fix a potential 'globbing' issue

Caught by ShellCheck

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
This commit is contained in:
Daniel F. Dickinson 2020-01-16 10:31:49 -05:00
parent f8f3d6fe93
commit 88e0972a3c

View File

@ -252,7 +252,7 @@ for EXPORT_DIR in ${EXPORT_DIRS}; do
fi
done
if [ -x ${BASE_DIR}/postrun.sh ]; then
if [ -x "${BASE_DIR}"/postrun.sh ]; then
log "Begin postrun.sh"
cd "${BASE_DIR}"
./postrun.sh