loperf/loperf.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 02ab6e56969dc5916fe21acfff16aa392eb25800
Author: Matúš Kukan <[email protected]>
Date: Tue Mar 25 20:28:43 2014 +0100
loperf: Use 'ls' to have the files sorted.
diff --git a/loperf/loperf.sh b/loperf/loperf.sh
index aefd35d..62395f6 100755
--- a/loperf/loperf.sh
+++ b/loperf/loperf.sh
@@ -136,7 +136,7 @@ $(write_data "offload" "second")
# Loaded launch one by one
echo "Start onload pvt..."
-find $DOCUMENTSDIR -type f | grep -Ev "\/\." | while read f; do
+ls ${DOCUMENTSDIR}/* | while read f; do
echo "loading ${f}.."
$(write_data "$f" "load")
echo "converting ${f}.."
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits