From: José Fonseca Date: Sat, 20 Aug 2011 11:46:10 +0000 (+0100) Subject: Improvide whitespace formatting of tracediff.sh X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;ds=sidebyside;h=54496cbec3b414ad4c8dc129ee9c0ee11e1e58f2;p=apitrace Improvide whitespace formatting of tracediff.sh --- diff --git a/scripts/tracediff.sh b/scripts/tracediff.sh index 77d8448..0d01ae0 100755 --- a/scripts/tracediff.sh +++ b/scripts/tracediff.sh @@ -52,6 +52,10 @@ mkfifo "$FIFO2" stripdump "$1" "$FIFO1" & stripdump "$2" "$FIFO2" & -sdiff --width=`tput cols` --speed-large-files "$FIFO1" "$FIFO2" | less -R +sdiff \ + --width=`tput cols` \ + --speed-large-files \ + "$FIFO1" "$FIFO2" \ +| less -R rm -rf "$FIFODIR"