diff --git a/tools/code-style.sh b/tools/code-style.sh index 1e150fabe97242c2ea5e5c62069127860e25e886..3256654a089239c56da6c24bf427ad8ab2140943 100755 --- a/tools/code-style.sh +++ b/tools/code-style.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e ########################### @@ -72,6 +72,6 @@ for source_file in "$@"; do echo -e "\tBLACK\t\t$source_file" black -q "$source_file" else - echo " - Ignoring $source_file" >&2 + echo -e "\tIGN\t\t$source_file" fi done