We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb955ec + a38bc7b commit 5bf14e4Copy full SHA for 5bf14e4
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