mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-12-04 18:58:49 +00:00
Improve global FAIL variables
This commit is contained in:
parent
45cd3d40fa
commit
c1304d1da0
@ -4,7 +4,7 @@ CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
source $CURRENT_DIR/helpers.sh
|
||||
|
||||
FAIL=false
|
||||
export FAIL=false
|
||||
|
||||
test_plugin_installation() {
|
||||
set_tmux_conf_helper <<- HERE
|
||||
|
@ -4,7 +4,7 @@ CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
source $CURRENT_DIR/helpers.sh
|
||||
|
||||
FAIL=false
|
||||
export FAIL=false
|
||||
|
||||
check_binding_defined() {
|
||||
local binding=$1
|
||||
|
Loading…
Reference in New Issue
Block a user