From 2760fd3b0162b49562b1b0b585325efd6146f6ea Mon Sep 17 00:00:00 2001 From: Maxime Perrotin Date: Mon, 3 Jul 2017 14:03:55 +0200 Subject: [PATCH] Add missing INFO/ERROR definitions --- misc/helper-scripts/taste-create-data-view | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/helper-scripts/taste-create-data-view b/misc/helper-scripts/taste-create-data-view index 2397376..f747cbf 100755 --- a/misc/helper-scripts/taste-create-data-view +++ b/misc/helper-scripts/taste-create-data-view @@ -12,6 +12,8 @@ else COLOROFF="" fi +INFO="${COLORON}[INFO]${COLOROFF}" +ERROR="${REDCOLORON}[ERROR]${COLOROFF}" # Find a suitable text editor, in order of priority: kate, gvim, vi -- GitLab