Explorar el Código

Fix condition

pull/5/head
10sr hace 9 años
padre
commit
cbbb955dee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

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


Cargando…
Cancelar
Guardar