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 e44434d commit 3583ec8Copy full SHA for 3583ec8
Makefile
@@ -1,7 +1,5 @@
1
PREFIX ?= /usr/local
2
-BASH_COMPLETION_DIR := $(shell pkg-config --silence-errors --variable=completionsdir bash-completion)
3
-# pkg-config adds a space for some reason, we have to strip it off.
4
-BASH_COMPLETION_DIR := $(strip $(BASH_COMPLETION_DIR))
+BASH_COMPLETION_DIR := $(shell pkg-config --silence-errors --variable=completionsdir bash-completion)
5
USERDIR ?= $(HOME)
6
7
# The @ symbols make the output silent.
0 commit comments