From f33ae1059f04ffa0e3c06d69115786ffe397686c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 3 Mar 2012 23:35:53 -0500 Subject: [PATCH] oops, fairly bad mistake in setting directory name. --- scripts/core/variables.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 956198d8..bce2001a 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -112,8 +112,8 @@ if [ -z "$NECHUNG" ]; then export NECHUNG=$FEISTY_MEOW_DIR/database/fortunes.dat # ensure we use the right kind of secure shell. - export CVS_RSH=$FEISTY_MEOW_SCRIPTS/secure/ssh.sh - export GIT_SSH=$FEISTY_MEOW_SCRIPTS/secure/ssh.sh + export CVS_RSH=$FEISTY_MEOW_SCRIPTS/security/ssh.sh + export GIT_SSH=$FEISTY_MEOW_SCRIPTS/security/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