We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a9420e commit 9a322f7Copy full SHA for 9a322f7
plugins/available/blesh.plugin.bash
@@ -1,8 +1,7 @@
1
# shellcheck shell=bash
2
-cite about-plugin
3
about-plugin 'load ble.sh, the Bash line editor!'
4
5
-if [[ ${BLE_VERSION-} ]]; then
+if [[ -n "${BLE_VERSION-}" ]]; then
6
_log_warning "ble.sh is already loaded!"
7
return
8
fi
0 commit comments