forked from pool/xmlto
14 lines
425 B
Diff
14 lines
425 B
Diff
|
--- xmlto-0.0.18/xmlto.in.~1~ 2004-01-02 13:03:24.000000000 +0100
|
||
|
+++ xmlto-0.0.18/xmlto.in 2006-08-28 11:39:28.000000000 +0200
|
||
|
@@ -47,7 +47,7 @@
|
||
|
EOF
|
||
|
if [ -d "$FORMAT_DIR" ]
|
||
|
then
|
||
|
- for source in $(${FIND} "$FORMAT_DIR" -type d -maxdepth 1)
|
||
|
+ for source in $(${FIND} "$FORMAT_DIR" -maxdepth 1 -type d)
|
||
|
do
|
||
|
if [ "$source" = "$FORMAT_DIR" ]; then continue; fi
|
||
|
|
||
|
|
||
|
Diff finished. Mon Aug 28 11:39:45 2006
|