瀏覽代碼

Fix condition

pull/5/head
10sr 9 年之前
父節點
當前提交
cbbb955dee
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 查看文件

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


Loading…
取消
儲存