diff --git a/scripts/reboot b/scripts/reboot index dfbd309ba8..4b6a3583dd 100755 --- a/scripts/reboot +++ b/scripts/reboot @@ -198,7 +198,7 @@ fi if [ -x ${DEVPATH}/${PLATFORM}/${PLAT_REBOOT} ]; then VERBOSE=yes debug "Rebooting with platform ${PLATFORM} specific tool ..." - exec ${DEVPATH}/${PLATFORM}/${PLAT_REBOOT} $@ + ${DEVPATH}/${PLATFORM}/${PLAT_REBOOT} $@ # There are a couple reasons execution reaches here: #