don't attempt to toggle history

This commit is contained in:
Michael Bradley, Jr 2018-08-02 14:33:36 -05:00
parent 94d4493a78
commit d6e455cc27
1 changed files with 0 additions and 4 deletions

4
run.sh
View File

@ -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