public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH maintainer-tools 1/2] dim: Use -e on warn_or_fail to allow fo newlines
@ 2016-04-28 11:32 Joonas Lahtinen
  2016-04-28 11:32 ` [PATCH maintainer-tools 2/2] dim: Refuse to commit patches that modify files outside of i915 Joonas Lahtinen
  0 siblings, 1 reply; 4+ messages in thread
From: Joonas Lahtinen @ 2016-04-28 11:32 UTC (permalink / raw)
  To: Intel graphics driver community testing & development; +Cc: Daniel Vetter

Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
---
 dim | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dim b/dim
index d9c1be5..dbcb7d9 100755
--- a/dim
+++ b/dim
@@ -118,9 +118,9 @@ HELP=
 function warn_or_fail
 {
 	if [[ $FORCE ]] ; then
-		echo WARNING: $1, but continuing
+		echo -e WARNING: $1, but continuing
 	else
-		echo ERROR: $1, aborting
+		echo -e ERROR: $1, aborting
 		exit 1
 	fi
 }
-- 
2.5.5

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-04-28 14:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28 11:32 [PATCH maintainer-tools 1/2] dim: Use -e on warn_or_fail to allow fo newlines Joonas Lahtinen
2016-04-28 11:32 ` [PATCH maintainer-tools 2/2] dim: Refuse to commit patches that modify files outside of i915 Joonas Lahtinen
2016-04-28 12:47   ` Jani Nikula
2016-04-28 14:04   ` Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox