We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243d5fc commit a38bc7bCopy full SHA for a38bc7b
vcsclean
@@ -1,6 +1,6 @@
1
#! /bin/sh
2
3
-if test -d '.git'; then
+if test -d '.git' -o -f '.git'; then
4
${MAKE:-make} -f build/build.mk gitclean-work
5
else
6
echo "Can't figure out your VCS, not cleaning."
0 commit comments