Skip to content

Commit 8bef5dc

Browse files
committed
remove n from -ne
Signed-off-by: Adam Warner <[email protected]>
1 parent ad41bcc commit 8bef5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gravity.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ gravity_ParseFileIntoDomains() {
353353
# Determine how to parse individual source file formats
354354
if [[ "${firstLine,,}" =~ (adblock|ublock|^!) ]]; then
355355
# Compare $firstLine against lower case words found in Adblock lists
356-
echo -ne " ${CROSS} Format: Adblock (list type not supported)"
356+
echo -e " ${CROSS} Format: Adblock (list type not supported)"
357357
elif grep -q "^address=/" "${source}" &> /dev/null; then
358358
# Parse Dnsmasq format lists
359359
echo -e " ${CROSS} Format: Dnsmasq (list type not supported)"

0 commit comments

Comments
 (0)