From 822d21fe89e414db3f252501194fb4ca93e3e405 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 3 Mar 2012 14:19:21 -0500 Subject: [PATCH] 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. --- scripts/core/variables.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. -- 2.34.1