diff --git a/src/decode.sh b/src/decode.sh index 71adb027..b4a3bea5 100644 --- a/src/decode.sh +++ b/src/decode.sh @@ -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