From 3c024174bf9f93ec9339f59b98982975f0c6ef08 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Mon, 14 Feb 2011 13:24:54 +0000 Subject: [PATCH] #!/bin/sh -> #!/bin/bash (for Ubuntu pb) --- Linux/scripts/CreaTools-compile.sh | 2 +- Linux/scripts/CreaTools-install.sh | 2 +- Linux/scripts/CreaTools-load.sh | 2 +- Linux/scripts/CreaTools-names.sh | 2 +- Linux/scripts/CreaTools-uninstall.sh | 2 +- Linux/scripts/ThirdParty-install.sh | 2 +- Linux/scripts/bbtkVariables.sh | 2 +- Linux/scripts/cmakemod.sh | 2 +- Linux/scripts/creaImageIOVariables.sh | 2 +- Linux/scripts/creaMaracasVariables.sh | 2 +- Linux/scripts/creaVariables.sh | 2 +- Linux/scripts/creaenvironmentVariables.sh | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Linux/scripts/CreaTools-compile.sh b/Linux/scripts/CreaTools-compile.sh index 39f7cbb..11d8e44 100644 --- a/Linux/scripts/CreaTools-compile.sh +++ b/Linux/scripts/CreaTools-compile.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if [ ! -f $PWD/scripts/CreaTools-configure.sh ] then diff --git a/Linux/scripts/CreaTools-install.sh b/Linux/scripts/CreaTools-install.sh index 008140e..76cb71f 100644 --- a/Linux/scripts/CreaTools-install.sh +++ b/Linux/scripts/CreaTools-install.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if [ $UID = 0 ] diff --git a/Linux/scripts/CreaTools-load.sh b/Linux/scripts/CreaTools-load.sh index a15d146..c323a83 100644 --- a/Linux/scripts/CreaTools-load.sh +++ b/Linux/scripts/CreaTools-load.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Set all local variables diff --git a/Linux/scripts/CreaTools-names.sh b/Linux/scripts/CreaTools-names.sh index 4c928eb..cf14c80 100644 --- a/Linux/scripts/CreaTools-names.sh +++ b/Linux/scripts/CreaTools-names.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # This one is here just in order not tp duppliacte the following code diff --git a/Linux/scripts/CreaTools-uninstall.sh b/Linux/scripts/CreaTools-uninstall.sh index a4bbbcd..b58c94e 100644 --- a/Linux/scripts/CreaTools-uninstall.sh +++ b/Linux/scripts/CreaTools-uninstall.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash echo "in uninstall" if [ $UID = 0 ] diff --git a/Linux/scripts/ThirdParty-install.sh b/Linux/scripts/ThirdParty-install.sh index 08a7c21..36f8f12 100644 --- a/Linux/scripts/ThirdParty-install.sh +++ b/Linux/scripts/ThirdParty-install.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if [ ! -f $PWD/scripts/CreaTools-configure.sh ] then echo diff --git a/Linux/scripts/bbtkVariables.sh b/Linux/scripts/bbtkVariables.sh index 4b1552c..44edea4 100644 --- a/Linux/scripts/bbtkVariables.sh +++ b/Linux/scripts/bbtkVariables.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # $1 : bbtk # $2 : generationdir diff --git a/Linux/scripts/cmakemod.sh b/Linux/scripts/cmakemod.sh index 5f84cab..9d78290 100644 --- a/Linux/scripts/cmakemod.sh +++ b/Linux/scripts/cmakemod.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash currentdir=$2 installPrefix=$3 diff --git a/Linux/scripts/creaImageIOVariables.sh b/Linux/scripts/creaImageIOVariables.sh index 87e3eac..2ce07dd 100644 --- a/Linux/scripts/creaImageIOVariables.sh +++ b/Linux/scripts/creaImageIOVariables.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # $1 : 'creaImageIO' # $2 : generationdir diff --git a/Linux/scripts/creaMaracasVariables.sh b/Linux/scripts/creaMaracasVariables.sh index fcbcd25..e276029 100644 --- a/Linux/scripts/creaMaracasVariables.sh +++ b/Linux/scripts/creaMaracasVariables.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # $1 : bbtk # $2 : generationdir diff --git a/Linux/scripts/creaVariables.sh b/Linux/scripts/creaVariables.sh index 01b3a4f..ce8bf4d 100644 --- a/Linux/scripts/creaVariables.sh +++ b/Linux/scripts/creaVariables.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # $1 : bbtk # $2 : generationdir diff --git a/Linux/scripts/creaenvironmentVariables.sh b/Linux/scripts/creaenvironmentVariables.sh index 48c082b..f284a8e 100644 --- a/Linux/scripts/creaenvironmentVariables.sh +++ b/Linux/scripts/creaenvironmentVariables.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # $1 : 'creaEnvironment' # $2 : generationdir -- 2.45.1