remove the exec fixing JIRA issue 1931

This commit is contained in:
Lance O'Connor 2014-02-24 17:58:09 +00:00
parent 9dff8f2e68
commit b730a7f95d

View file

@ -46,7 +46,7 @@ TARGET="${TARGETDIR}/${FILENAME}"
case $1 in
install)
exec $DOWNLOAD_COMMAND ${TARGET} ${URLSTUB}${FILENAME}
$DOWNLOAD_COMMAND ${TARGET} ${URLSTUB}${FILENAME}
if [ ! -f "${TARGET}" ]; then
echo "ERROR: Unable to download ${URLSTUB}${FILENAME}"
echo "Exiting."