Skip to content

Commit 9a322f7

Browse files
committed
plugin/ble.sh
1 parent 7a9420e commit 9a322f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/available/blesh.plugin.bash

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# shellcheck shell=bash
2-
cite about-plugin
32
about-plugin 'load ble.sh, the Bash line editor!'
43

5-
if [[ ${BLE_VERSION-} ]]; then
4+
if [[ -n "${BLE_VERSION-}" ]]; then
65
_log_warning "ble.sh is already loaded!"
76
return
87
fi

0 commit comments

Comments
 (0)