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 3c03987 commit bf9c184Copy full SHA for bf9c184
scripts/bash-completion.sh
@@ -4,7 +4,7 @@
4
# Run: source ./scripts/bash-completion.sh
5
#
6
# Permanent usage:
7
-# Run: echo "source ./scripts/bash-completion.sh" >> ~/.bash_completion
+# Run: echo "source $(readlink -f .)/scripts/bash-completion.sh" >> ~/.bash_completion
8
9
_goblint ()
10
{
0 commit comments