Skip to content

Commit 553a6cb

Browse files
committed
Fix tpm not working with spaces in user dir name - (tmux-plugins#283)
1 parent 99469c4 commit 553a6cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tpm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44
BINDINGS_DIR="$CURRENT_DIR/bindings"
5+
BINDINGS_DIR=${BINDINGS_DIR// /\\ }
56
SCRIPTS_DIR="$CURRENT_DIR/scripts"
67

78
source "$SCRIPTS_DIR/variables.sh"

0 commit comments

Comments
 (0)