Skip to content

Commit

Permalink
main: use builtin for ":" [histdb: support timeout of background proc…
Browse files Browse the repository at this point in the history
…esses]
  • Loading branch information
akinomyoga committed Feb 19, 2023
1 parent 74af9e6 commit 8640dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ble-core.sh
Expand Up @@ -542,10 +542,10 @@ function ble/util/assign/.rmtmp {
if ((BASH_SUBSHELL)); then
printf 'caller %s\n' "${FUNCNAME[@]}" >| "$_ble_local_tmpfile"
else
: >| "$_ble_local_tmpfile"
builtin : >| "$_ble_local_tmpfile"
fi
#%else
: >| "$_ble_local_tmpfile"
builtin : >| "$_ble_local_tmpfile"
#%end
}
if ((_ble_bash>=40000)); then
Expand Down

0 comments on commit 8640dc4

Please sign in to comment.