Skip to content

Commit

Permalink
Update recovery.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Jul 30, 2024
1 parent cfdc8b5 commit 823899a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions recovery-simulator/recovery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set -e
# shellcheck disable=SC3028
case ":${SHELLOPTS-}:" in
*':xtrace:'*) # Auto-enable `set -x` for shells that do NOT support SHELLOPTS
#set -x
set -x
COVERAGE='true'
;;
*) ;;
Expand Down Expand Up @@ -244,7 +244,7 @@ if test "${ENV_RESETTED:-false}" = 'false'; then
fi
}

reset_env_and_rerun_myself "${@}" || fail_with_msg 'failed: exec'
reset_env_and_rerun_myself "${@}" || fail_with_msg 'failed: exec'
exit 127
fi
unset ENV_RESETTED
Expand All @@ -255,11 +255,6 @@ if test -z "${FORCE_HW_BUTTONS-}"; then unset FORCE_HW_BUTTONS; fi
if test -z "${CI-}"; then unset CI; fi
if test -z "${SHELLOPTS-}"; then unset SHELLOPTS; fi

#echo '------'
#env
#echo ":$PATH"
#exit 112

detect_os_and_other_things

if test -n "${CYGPATH?}" && test "${TMPDIR?}" = '/tmp'; then
Expand Down

0 comments on commit 823899a

Please sign in to comment.