From: Chris Koeritz Date: Sat, 3 Mar 2012 19:19:21 +0000 (-0500) Subject: updating to ensure we'll use the right identity (for fred only right now) X-Git-Tag: 2.140.90~1533 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=822d21fe89e414db3f252501194fb4ca93e3e405;p=feisty_meow.git updating to ensure we'll use the right identity (for fred only right now) to login to sites that know fred or the fred hamster sourceforge id. this needs to be generalized. --- diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index a61b2fa0..48892624 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -111,8 +111,9 @@ if [ -z "$NECHUNG" ]; then # set this so nechung can find its data. export NECHUNG=$FEISTY_MEOW_DIR/database/fortunes.dat - # ensure we use the right kind of rsh for security. - export CVS_RSH=ssh + # ensure we use the right kind of secure shell. + export CVS_RSH=$FEISTY_MEOW_SCRIPTS/tty/ssh.sh + export GIT_SSH=$FEISTY_MEOW_SCRIPTS/tty/ssh.sh # the base checkout list is just to update feisty_meow. additional folder # names can be added in your customized scripts.