There was an error while loading. Please reload this page.
1 parent f956526 commit 25da9acCopy full SHA for 25da9ac
server/src/get-options.sh
@@ -1,6 +1,8 @@
1
#!/usr/bin/env bash
2
3
-source /usr/share/bash-completion/bash_completion
+DATADIR="$(pkg-config --variable=datadir bash-completion)"
4
+
5
+source "$DATADIR/bash-completion/bash_completion"
6
7
COMP_LINE="$*"
8
COMP_WORDS=("$@")
0 commit comments