Skip to content

Commit a38bc7b

Browse files
author
Yasuo Ohgaki
committed
Support "git worktree"
1 parent 243d5fc commit a38bc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcsclean

+1-1
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)