From 5476a2eacc76bd030d5e2c4050c78500177fc1f9 Mon Sep 17 00:00:00 2001
From: Eduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Date: Wed, 20 May 2015 09:48:10 +0200
Subject: [PATCH] 2493 creaToolsTools Feature New Normal Prepare and Install
 binary CreaTools version - Linux

---
 Linux/scripts/ThirdParty-install-Base-Stuff.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Linux/scripts/ThirdParty-install-Base-Stuff.sh b/Linux/scripts/ThirdParty-install-Base-Stuff.sh
index af7b840..088e02b 100644
--- a/Linux/scripts/ThirdParty-install-Base-Stuff.sh
+++ b/Linux/scripts/ThirdParty-install-Base-Stuff.sh
@@ -35,7 +35,7 @@ echo "OperatingSystem = $OperatingSystem"
         # must log as root
         echo "Please enter the root passwd to add necessary packages:"; 
         if [ "Ubuntu" == $OperatingSystem ] ; then
-           sudo "bash ThirdParty-install-Base-rpm.sh $OperatingSystem"   
+           sudo bash ThirdParty-install-Base-rpm.sh $OperatingSystem
 	else
            su -c "bash ThirdParty-install-Base-rpm.sh $OperatingSystem"   
         fi 
-- 
2.49.0