summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xandroidTest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/androidTest.sh b/androidTest.sh
index f9ae88e..c8b83a1 100755
--- a/androidTest.sh
+++ b/androidTest.sh
@@ -15,7 +15,7 @@ dir_count=$(ls -l $logHome/ | grep -c ^d)
if [ $dir_count -gt 10 ]
then
- ls -t $logHome/ | tail -n +11 | xargs rm -rf
+ ls -t $logHome/ | tail -n +11 | xargs -d '\n' rm -rf --
fi
today=`date '+%Y_%m_%d__%H_%M_%S'`