Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Oct 25, 2023
1 parent 65ac155 commit 504d08d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diff-logs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if [ $# -eq 0 ]; then
$pyscript <&0;
elif [ $# -eq 2 ]; then
case $difftool in diff) args='--color=auto' ;; *) args= ;; esac
# shellcheck disable=SC2086
$difftool $args <($pyscript < "$1") <($pyscript < "$2");
else
echo "Usage: $0 < FILE1.log # Print log file diff-frienly"
Expand Down

0 comments on commit 504d08d

Please sign in to comment.