projects
/
git-tools-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee7eaae
)
Fix spelling of clear option
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 18 Jul 2013 12:22:54 +0000
(12:22 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 18 Jul 2013 12:22:54 +0000
(12:22 +0000)
update-archive/update-archive.sh
patch
|
blob
|
history
diff --git
a/update-archive/update-archive.sh
b/update-archive/update-archive.sh
index
c0a70ae
..
85a0423
100755
(executable)
--- a/
update-archive/update-archive.sh
+++ b/
update-archive/update-archive.sh
@@
-103,7
+103,7
@@
for vdist in $DISTRIBUTIONS ; do
cd $ftpdir
test -d tmp || mkdir tmp
# Uncomment to clean the .db (cache)
- if $clean; then
+ if $clear; then
rm tmp/*
fi