Selaa lähdekoodia

Fix condition

pull/5/head
10sr 9 vuotta sitten
vanhempi
commit
cbbb955dee
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Näytä tiedosto

@@ -21,7 +21,7 @@ endif

current_origin_url := $(shell git config remote.origin.url)

ifneq (,$(dotfiles_dir))
ifeq (,$(dotfiles_dir))

ifneq (,$(findstring $(dotfiles_git_path),$(current_origin_url)))
$(warning Currently in dotfiles repository)


Ladataan…
Peruuta
Tallenna