projects
/
autodist.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d035d8
)
Log output fix.
author
Pekka Riikonen
<priikone@silcnet.org>
Wed, 4 May 2005 12:13:21 +0000
(12:13 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Wed, 4 May 2005 12:13:21 +0000
(12:13 +0000)
apps/autodist/autodist.in
patch
|
blob
|
history
diff --git
a/apps/autodist/autodist.in
b/apps/autodist/autodist.in
index 2669347c95cd69ff8f99a3b585d692e0b02f88a9..d59b2b843a76e83ea3a6bdce12be76a4d856096a 100755
(executable)
--- a/
apps/autodist/autodist.in
+++ b/
apps/autodist/autodist.in
@@
-799,7
+799,7
@@
ad_dist_excludes()
do
ad_debug "Excluding $i"
if test x$2 = xtrue; then
- ad_log " $
1
"
+ ad_log " $
i
"
fi
rm -rf $i
done