Skip to content

Commit

Permalink
trim excess whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
a1346054 committed Sep 13, 2021
1 parent 15e7a05 commit 5f898d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
install -d "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/"
install -m0755 $(PROG).bash "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash"
install -d "$(DESTDIR)$(BASHCOMPDIR)/"
install -m 644 pass-otp.bash.completion "$(DESTDIR)$(BASHCOMPDIR)/pass-otp"
install -m 644 pass-otp.bash.completion "$(DESTDIR)$(BASHCOMPDIR)/pass-otp"
@echo
@echo "pass-$(PROG) is installed successfully"
@echo
Expand Down

0 comments on commit 5f898d5

Please sign in to comment.