plugin/ble.sh
parent
7a9420ec9b
commit
9a322f7786
|
|
@ -1,8 +1,7 @@
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
cite about-plugin
|
|
||||||
about-plugin 'load ble.sh, the Bash line editor!'
|
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!"
|
_log_warning "ble.sh is already loaded!"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue