From 95952bcfa85e0a58607d868f6e3b710f47f2c901 Mon Sep 17 00:00:00 2001
From: Lionel Gauthier <lionel.gauthier@eurecom.fr>
Date: Thu, 6 Mar 2014 15:57:52 +0000
Subject: [PATCH] minor

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5124 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 openair-cn/SCRIPTS/utils.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openair-cn/SCRIPTS/utils.bash b/openair-cn/SCRIPTS/utils.bash
index 3534ebe52d..0d3f8b003d 100755
--- a/openair-cn/SCRIPTS/utils.bash
+++ b/openair-cn/SCRIPTS/utils.bash
@@ -219,7 +219,7 @@ test_command_install_lib() {
       echo_warning "$2 seems to be not installed, trying..."
       apt-get install $2 -y
       if [ ! -f $1 ]; then
-          echo_error "$1 unavailable"
+          echo_error "$2 unavailable"
           exit 1
       fi
   fi
-- 
GitLab