Skip to content

Commit

Permalink
Use of the HOME environment variable fails here if the home directory…
Browse files Browse the repository at this point in the history
… has a space in it. Use of ~ doesn't fail. Reported by Francisco Ocaña.
  • Loading branch information
Bill-Gray committed Sep 26, 2023
1 parent 6894605 commit 728eef9
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 @@ -105,7 +105,7 @@ install:
ifdef GLOBAL
cp grab_mpc /usr/local/bin
else
cp grab_mpc $(HOME)/bin
cp grab_mpc ~/bin
endif

CFLAGS=-Wextra -Werror -Wall -O3 -pedantic
Expand Down

0 comments on commit 728eef9

Please sign in to comment.