From c6e5f0669195b2793868cb25d0af844c0259dc17 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Wed, 31 Aug 2016 20:31:53 -0500 Subject: [PATCH] make echo use escape code --- scripts/snap-pac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/snap-pac b/scripts/snap-pac index 586d066..84ee755 100755 --- a/scripts/snap-pac +++ b/scripts/snap-pac @@ -95,7 +95,7 @@ for CONFIG in $SNAPPER_CONFIGS; do echo -n "$postnum " rm "$prefile" else - echo "$WARNINGMSG $prefile does not exist, so no post snapshot will be taken. If you are initially installing snap-pac, this is normal." + echo -e "$WARNINGMSG $prefile does not exist, so no post snapshot will be taken. If you are initially installing snap-pac, this is normal." fi echo "✓"