diff --git a/dev/list-rfs.sh b/dev/list-rfs.sh index d217370..4e09891 100755 --- a/dev/list-rfs.sh +++ b/dev/list-rfs.sh @@ -9,7 +9,7 @@ fi echo -e "$(date -d@"$t") \e[32m$pkg\e[0m" if ! head -1 $(dirname "$i")/changelog |grep -q UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; then - echo "\e[31mRFS but the first line of the changelog doesn't contain UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO\e[0m" + echo -e "\e[31mRFS but the first line of the changelog doesn't contain UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO\e[0m" fi # trim the content content=$(xargs '-d\n' echo -n < "$i")