Skip to content

Commit 5bf14e4

Browse files
author
Yasuo Ohgaki
committed
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6: Support "git worktree"
2 parents bb955ec + a38bc7b commit 5bf14e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcsclean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
if test -d '.git'; then
3+
if test -d '.git' -o -f '.git'; then
44
${MAKE:-make} -f build/build.mk gitclean-work
55
else
66
echo "Can't figure out your VCS, not cleaning."

0 commit comments

Comments
 (0)