From b7b4c51b2373a52368cb54e6d6ae7c543cfb7ab4 Mon Sep 17 00:00:00 2001 From: Dan White Date: Fri, 12 Jul 2019 11:03:35 -0500 Subject: [PATCH] always sort --- cleanup-timesamples | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanup-timesamples b/cleanup-timesamples index 5e4ff4b..ba8852d 100755 --- a/cleanup-timesamples +++ b/cleanup-timesamples @@ -11,7 +11,7 @@ SAMPLES="$HOME/.timeSampler.$HOSTNAME" TMPFILE="$SAMPLES.tmp" -if [ "$1" = "-s" ]; then +if true || [ "$1" = "-s" ]; then echo "Sorting entries first." sleep 0.05 sort -u $SAMPLES > $TMPFILE -- 2.25.1