Skip to content

Commit

Permalink
decode: fix the workaround for "set -e" with "--prompt=attach"
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Jul 9, 2022
1 parent 9edb1aa commit 51cb735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decode.sh
Expand Up @@ -449,7 +449,7 @@ function ble-decode/.hook {

# Note: bind -x 内の set +v は揮発性なのでできるだけ先頭で set +v しておく。
# (PROLOGUE 内から呼ばれる) stdout.on より前であれば大丈夫 #D0930
[[ $_ble_bash_options_adjusted ]] && set +v || :
[[ ! $_ble_bash_options_adjusted ]] || set +ev

local IFS=$' \t\n'
ble-decode/PROLOGUE
Expand Down

0 comments on commit 51cb735

Please sign in to comment.