Skip to content

Commit bf9c184

Browse files
committed
Fix relative path in bash-completion.sh usage
1 parent 3c03987 commit bf9c184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bash-completion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Run: source ./scripts/bash-completion.sh
55
#
66
# Permanent usage:
7-
# Run: echo "source ./scripts/bash-completion.sh" >> ~/.bash_completion
7+
# Run: echo "source $(readlink -f .)/scripts/bash-completion.sh" >> ~/.bash_completion
88

99
_goblint ()
1010
{

0 commit comments

Comments
 (0)