From: vsr Date: Thu, 22 May 2008 10:40:51 +0000 (+0000) Subject: Fix pb with gcc environment X-Git-Tag: V_3_2_10~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f21ac7bd5fa6260b19465ed805bd24493f2aa99b;p=tools%2Finstall.git Fix pb with gcc environment --- diff --git a/config_files/gcc-3.2.sh b/config_files/gcc-3.2.sh index a32e9bf..200da9a 100755 --- a/config_files/gcc-3.2.sh +++ b/config_files/gcc-3.2.sh @@ -13,4 +13,4 @@ #################################################################################### export GCC_VERSION="3.2" -./gcc-common.sh $* +./gcc-common.sh "$@" diff --git a/config_files/gcc-3.3.5.sh b/config_files/gcc-3.3.5.sh index b4279de..0e6b367 100755 --- a/config_files/gcc-3.3.5.sh +++ b/config_files/gcc-3.3.5.sh @@ -13,4 +13,4 @@ #################################################################################### export GCC_VERSION="3.3.5" -./gcc-common.sh $* +./gcc-common.sh "$@" diff --git a/config_files/gcc-3.4.3.sh b/config_files/gcc-3.4.3.sh index 62ecd4b..35df673 100755 --- a/config_files/gcc-3.4.3.sh +++ b/config_files/gcc-3.4.3.sh @@ -13,4 +13,4 @@ #################################################################################### export GCC_VERSION="3.4.3" -./gcc-common.sh $* +./gcc-common.sh "$@" diff --git a/config_files/gcc-3.4.sh b/config_files/gcc-3.4.sh index 175d78a..571ece6 100755 --- a/config_files/gcc-3.4.sh +++ b/config_files/gcc-3.4.sh @@ -13,4 +13,4 @@ #################################################################################### export GCC_VERSION="3.4.1" -./gcc-common.sh $* +./gcc-common.sh "$@" diff --git a/config_files/gcc-4.0.1.sh b/config_files/gcc-4.0.1.sh index 61fed1f..e46e5b7 100755 --- a/config_files/gcc-4.0.1.sh +++ b/config_files/gcc-4.0.1.sh @@ -13,4 +13,4 @@ #################################################################################### export GCC_VERSION="4.0.1" -./gcc-common.sh $* +./gcc-common.sh "$@" diff --git a/config_files/gcc-4.1.1.sh b/config_files/gcc-4.1.1.sh index 4216909..988e171 100755 --- a/config_files/gcc-4.1.1.sh +++ b/config_files/gcc-4.1.1.sh @@ -13,4 +13,4 @@ #################################################################################### export GCC_VERSION="4.1.1" -./gcc-common.sh $* +./gcc-common.sh "$@"