From d2fe4abb6ac8e1f74d606d48a264e148756354cc Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Fri, 4 Oct 2002 16:43:26 +0000 Subject: [PATCH] * attila/src/attila.sh : - Forcage du shell a bash sur la machine distante (cas des utilisateurs sous csh/tcsh). --- alliance/src/attila/src/attila.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alliance/src/attila/src/attila.sh b/alliance/src/attila/src/attila.sh index 51dc0d2e..cea40f1e 100755 --- a/alliance/src/attila/src/attila.sh +++ b/alliance/src/attila/src/attila.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: attila.sh,v 1.5 2002/10/04 14:06:28 jpc Exp $ +# $Id: attila.sh,v 1.6 2002/10/04 16:43:26 jpc Exp $ # # /------------------------------------------------------------------\ # | | @@ -631,8 +631,8 @@ if [ "$FULL" = "y" ]; then ENVIRONMENT="" ENVIRONMENT="$ENVIRONMENT ALLIANCE_TOP=$ALLIANCE_TOP; export ALLIANCE_TOP;" - $RSH $LINUX_TARGET "$ENVIRONMENT $SELF $ARGS" - $RSH $SOLARIS_TARGET ". /etc/profile; $ENVIRONMENT $SELF $ARGS" + $RSH $LINUX_TARGET "/bin/bash -c \"$ENVIRONMENT $SELF $ARGS\"" + $RSH $SOLARIS_TARGET "/bin/bash -c \". /etc/profile; $ENVIRONMENT $SELF $ARGS\"" else # Out of recursion... compile_tool