diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-11-05 16:51:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-11-05 16:51:13 +0000 |
commit | f7377fcba343c077f8452e5ea70f331644e5e79c (patch) | |
tree | 114bc475fe7ba33bf408abafb50b092165f84095 | |
parent | Updating. (diff) | |
download | progress-linux-tools-f7377fcba343c077f8452e5ea70f331644e5e79c.tar.xz progress-linux-tools-f7377fcba343c077f8452e5ea70f331644e5e79c.zip |
Updating.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | bin/pimport.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pimport.sh b/bin/pimport.sh index 820c797..7102cd5 100755 --- a/bin/pimport.sh +++ b/bin/pimport.sh @@ -444,7 +444,7 @@ Update_bugs_field () if [ $(grep -c "^Bugs:" ${CONTROL}) -gt 1 ] then - echo "WARNING: duplicates of 'Bugs:' fields in debian/control{,.in} found!" + echo "${RED}WARNING:${NORMAL} duplicates of 'Bugs:' fields in debian/control{,.in} found!" fi fi } |