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