projects
/
m6w6
/
btr
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
39bfd11
)
fix typo
author
Michael Wallner
<mike@php.net>
Tue, 16 Sep 2014 16:04:19 +0000
(18:04 +0200)
committer
Michael Wallner
<mike@php.net>
Tue, 16 Sep 2014 16:04:19 +0000
(18:04 +0200)
share/btr/source/git.mk
patch
|
blob
|
history
diff --git
a/share/btr/source/git.mk
b/share/btr/source/git.mk
index 02744cd2cae9bc9caac56b71bd5df831ae38e7f7..7c841da48bd0a47a6ebe097fcb3401b1dc4cc752 100644
(file)
--- a/
share/btr/source/git.mk
+++ b/
share/btr/source/git.mk
@@
-12,7
+12,7
@@
clean: $(BTR_BRANCH_DIR)
if $(BTR_SOURCE_CLEAN); \
then \
cd $(BTR_BRANCH_DIR) && \
- git reset --hard $(BTR_QUIET_FLAG
S
); \
+ git reset --hard $(BTR_QUIET_FLAG); \
fi;
fetch: $(BTR_REPO_DIR)