Fix a potential 'globbing' issue

Caught by ShellCheck

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
pull/377/head
Daniel F. Dickinson 2020-01-16 10:31:49 -05:00
parent f8f3d6fe93
commit 88e0972a3c
1 changed files with 1 additions and 1 deletions

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