Skip to content

Commit

Permalink
Remove trailing slash from DOTFILES_DIR in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Oct 12, 2020
1 parent 95c2dbc commit 0f2be8a
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
@@ -1,5 +1,5 @@
SHELL = /bin/bash
export DOTFILES_DIR := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))
DOTFILES_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
OS := $(shell bin/is-supported bin/is-macos macos linux)
PATH := $(DOTFILES_DIR)/bin:$(PATH)
NVM_DIR := $(HOME)/.nvm
Expand Down

0 comments on commit 0f2be8a

Please sign in to comment.