Skip to content

Commit 3583ec8

Browse files
committed
fix trailing space in Makefile
1 parent e44434d commit 3583ec8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
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))
2+
BASH_COMPLETION_DIR := $(shell pkg-config --silence-errors --variable=completionsdir bash-completion)
53
USERDIR ?= $(HOME)
64

75
# The @ symbols make the output silent.

0 commit comments

Comments
 (0)