This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix condition
pull/5/head
10sr
9 years ago
parent
62b712a184
commit
cbbb955dee
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save