Skip to content

Commit

Permalink
use quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Sep 13, 2024
1 parent 1b017c0 commit 0a4f8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ifeq ($(CMDTEST),\"\")
endif
else
# Either *nix or Windows with BusyBox (e.g. w64devkit)
ECOMMIT := $(shell echo \#define GIT_COMMIT \"$(COMMIT)\" > inc/git.h)
EBRANCH := $(shell echo \#define GIT_BRANCH \"$(BRANCH)\" >> inc/git.h)
ECOMMIT := $(shell echo "#define GIT_COMMIT" \"$(COMMIT)\" > inc/git.h)
EBRANCH := $(shell echo "#define GIT_BRANCH" \"$(BRANCH)\" >> inc/git.h)
endif

CC = i686-w64-mingw32-gcc
Expand Down

0 comments on commit 0a4f8a7

Please sign in to comment.