From: Dan White Date: Fri, 12 Jul 2019 16:03:35 +0000 (-0500) Subject: always sort X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=b7b4c51b2373a52368cb54e6d6ae7c543cfb7ab4;p=pubbin.git always sort --- 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