Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
10sr
/
dotfiles-mirror
réplica de
https://github.com/10sr/dotfiles.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix condition
pull/5/head
10sr
hace 9 años
padre
62b712a184
commit
cbbb955dee
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
Makefile
+ 1
- 1
Makefile
Ver fichero
@@ -21,7 +21,7 @@ endif
current_origin_url := $(shell git config remote.origin.url)
if
n
eq (,$(dotfiles_dir))
ifeq (,$(dotfiles_dir))
ifneq (,$(findstring $(dotfiles_git_path),$(current_origin_url)))
$(warning Currently in dotfiles repository)
Escribir
Vista previa
Cargando…
Cancelar
Guardar