diff --git a/run.sh b/run.sh index ea3666f..9781cb3 100755 --- a/run.sh +++ b/run.sh @@ -59,11 +59,7 @@ run_embark () { *e*) oldopts="set -e" ;; *) oldopts="set +e" ;; esac - if [[ $(shopt -po history) = "set -o history" ]]; then - oldopts="$oldopts; set -o history" - fi set +e - set +o history check_bash_version () { if [[ $BASH_VERSINFO -lt 4 ]]; then