Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
hooks-pre-commit: use \t, rather than a literal TAB in regexp
[gitweb.git]
/
git-clean.sh
diff --git
a/git-clean.sh
b/git-clean.sh
index a5cfd9f07a48b97ceebfe54e88fdcc519c3e0015..44917381863e27de6bedc91fa742eb0f8211a492 100755
(executable)
--- a/
git-clean.sh
+++ b/
git-clean.sh
@@
-26,7
+26,7
@@
rmrf="rm -rf --"
rm_refuse="echo Not removing"
echo1="echo"
-while
case "$#" in 0) break ;; esac
+while
test $# != 0
do
case "$1" in
-d)