Fix #3831: integer expression expected error on bin/doom

Also mentioned in #3746
This commit is contained in:
Henrik Lissner 2020-08-25 13:24:45 -04:00
parent ce2cabf07e
commit 239516a7db
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -4,7 +4,7 @@
:; export __DOOMPOST="${TMPDIR:-/tmp}/doom.sh"
:; $EMACS --version >/dev/null 2>&1 || { >&2 echo "Can't find emacs in your PATH"; exit 1; }
:; $EMACS --no-site-file --script "$0" -- "$@" || __DOOMCODE=$?
:; [ "$__DOOMCODE" -eq 128 ] && { "$__DOOMPOST" "$0" "$@"; __DOOMCODE=$?; }
:; [ "${__DOOMCODE:-0}" -eq 128 ] && exec "$__DOOMPOST" "$0" "$@"
:; exit $__DOOMCODE
;; The garbage collector isn't important during CLI ops. A higher threshold