We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99469c4 commit 553a6cbCopy full SHA for 553a6cb
tpm
@@ -2,6 +2,7 @@
2
3
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4
BINDINGS_DIR="$CURRENT_DIR/bindings"
5
+BINDINGS_DIR=${BINDINGS_DIR// /\\ }
6
SCRIPTS_DIR="$CURRENT_DIR/scripts"
7
8
source "$SCRIPTS_DIR/variables.sh"
0 commit comments