Skip to content

Commit f718081

Browse files
committed
GNUmakefile: GIT_USER_NAME: all lower case
1 parent f098774 commit f718081

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GNUmakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ export TAG
125125
#GIT CONFIG
126126
GIT_USER_NAME := $(shell git config user.name)
127127
export GIT_USER_NAME
128+
GIT_USER_NAME := $(shell echo $(GIT_USER_NAME) | tr '[:upper:]' '[:lower:]' | sed 's/@//')
129+
export GIT_USER_NAME
128130
GIT_USER_EMAIL := $(shell git config user.email)
129131
export GIT_USER_EMAIL
130132
GIT_SERVER := https://github.com

0 commit comments

Comments
 (0)