plugin/ble.sh
parent
7a9420ec9b
commit
9a322f7786
|
|
@ -1,8 +1,7 @@
|
|||
# shellcheck shell=bash
|
||||
cite about-plugin
|
||||
about-plugin 'load ble.sh, the Bash line editor!'
|
||||
|
||||
if [[ ${BLE_VERSION-} ]]; then
|
||||
if [[ -n "${BLE_VERSION-}" ]]; then
|
||||
_log_warning "ble.sh is already loaded!"
|
||||
return
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue