* attila/src/attila.sh :

- Forcage du shell a bash sur la machine distante (cas des utilisateurs
       sous csh/tcsh).
This commit is contained in:
Jean-Paul Chaput 2002-10-04 16:43:26 +00:00
parent 4a184a7952
commit d2fe4abb6a
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/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="$ENVIRONMENT ALLIANCE_TOP=$ALLIANCE_TOP; export ALLIANCE_TOP;" ENVIRONMENT="$ENVIRONMENT ALLIANCE_TOP=$ALLIANCE_TOP; export ALLIANCE_TOP;"
$RSH $LINUX_TARGET "$ENVIRONMENT $SELF $ARGS" $RSH $LINUX_TARGET "/bin/bash -c \"$ENVIRONMENT $SELF $ARGS\""
$RSH $SOLARIS_TARGET ". /etc/profile; $ENVIRONMENT $SELF $ARGS" $RSH $SOLARIS_TARGET "/bin/bash -c \". /etc/profile; $ENVIRONMENT $SELF $ARGS\""
else else
# Out of recursion... # Out of recursion...
compile_tool compile_tool