diff --git a/testing/scripts/diff-remove-timestamps-and-sort b/testing/scripts/diff-remove-timestamps-and-sort index f50a63f098..9726a8e331 100755 --- a/testing/scripts/diff-remove-timestamps-and-sort +++ b/testing/scripts/diff-remove-timestamps-and-sort @@ -1,5 +1,5 @@ #! /usr/bin/env bash -scripts=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) +scripts=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd) $scripts/diff-remove-timestamps | $scripts/diff-sort