(scripts) removed annoying message
This commit is contained in:
@@ -97,10 +97,8 @@ function remove-whitespace {
|
|||||||
[[ -n "${trailing_whitespace}" ]]; then
|
[[ -n "${trailing_whitespace}" ]]; then
|
||||||
tput setaf 1
|
tput setaf 1
|
||||||
tput smso
|
tput smso
|
||||||
echo "[ DO NOT LEAVE TRAILING WHITE SPACE IN PLAIN TEXT FILES !!! ]"
|
|
||||||
tput sgr0
|
|
||||||
echo ""
|
|
||||||
echo "The following files contained whitespace:"
|
echo "The following files contained whitespace:"
|
||||||
|
tput sgr0
|
||||||
echo -e "${trailing_whitespace}"
|
echo -e "${trailing_whitespace}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user