chore: Update git ls-files cmd with missing arg (#832)
This commit is contained in:
		
							parent
							
								
									a690c7cc6c
								
							
						
					
					
						commit
						5058fc2a6e
					
				|  | @ -28,7 +28,7 @@ VERSION := $(shell cat VERSION.txt) | |||
| GITCOMMIT := $(shell git rev-parse --short HEAD) | ||||
| GITBRANCH := $(shell git rev-parse --abbrev-ref HEAD) | ||||
| GITUNTRACKEDCHANGES := $(shell git status --porcelain --untracked-files=no) | ||||
| GITIGNOREDBUTTRACKEDCHANGES := $(shell git ls-files -i --exclude-standard) | ||||
| GITIGNOREDBUTTRACKEDCHANGES := $(shell git ls-files -i -c --exclude-standard) | ||||
| ifneq ($(GITUNTRACKEDCHANGES),) | ||||
|     GITCOMMIT := $(GITCOMMIT)-dirty | ||||
| endif | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue