Procházet zdrojové kódy

Fix condition

pull/5/head
10sr před 9 roky
rodič
revize
cbbb955dee
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Zobrazit soubor

@@ -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)


Načítá se…
Zrušit
Uložit