Skip to content

Commit

Permalink
main: fix reloading after ble-update (fixup bbc2a90)
Browse files Browse the repository at this point in the history
  • Loading branch information
capezotte authored and akinomyoga committed May 22, 2021
1 parent ab2f70b commit 9372670
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ble.pp
Expand Up @@ -999,7 +999,7 @@ function ble-update/.make {
fi
}
function ble-update/.reload {
local ext=$?
local ext=$1
if [[ $ext -eq 0 || $ext -eq 6 && $_ble_base/ble.sh -nt $_ble_base_run/$$.load ]]; then
if [[ ! -e $_ble_base/ble.sh ]]; then
ble/util/print "ble-update: new ble.sh not found at '$_ble_base/ble.sh'." >&2
Expand Down
1 change: 1 addition & 0 deletions memo/ChangeLog.md
Expand Up @@ -105,6 +105,7 @@
- bind: fix errors on readline macros (reported by RakibFiha) `#D1537` c257299
- main: work around sourcing `ble.sh` inside subshells `#D1554` bbc2a90
- main: fix exit status for `bash ble.sh --test` (fixup bbc2a90) `#D1558` 641238a
- main: fix reloading after ble-update (fixup bbc2a90) `#D1558` 0000000
- main: work around `. ble.sh --{test,update,clear-cache}` in intereactive sessions `#D1555` bbc2a90
- Makefile: create `run` directory instead of `tmp` `#D1557` 9bdb37d
- main: fix the workaround for `set -e` `#D1564` 0000000
Expand Down
2 changes: 2 additions & 0 deletions note.txt
Expand Up @@ -5131,6 +5131,8 @@ bash_tips
じがする。或いは、リンクは Wiki のページだけに向かわせる事にする。パッケー
ジ名は単なる文字列とする。それが良い気がする。

2021-05-23 oc1024 に間違いを指摘された。修正する。

2021-05-11

* bind: 無引数 ble-bind で現在の binding を表示。現在の binding の着色 [#D1547]
Expand Down

0 comments on commit 9372670

Please sign in to comment.