From 8073cc2cd6592bd40eec84f6db59e0aa01b28321 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 16 Jan 2015 21:04:19 -0500 Subject: [PATCH 1/1] moving this to not get in people's way. --- {scripts/security => customizing/fred/aliases}/ssh.sh | 0 scripts/core/variables.sh | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename {scripts/security => customizing/fred/aliases}/ssh.sh (100%) diff --git a/scripts/security/ssh.sh b/customizing/fred/aliases/ssh.sh similarity index 100% rename from scripts/security/ssh.sh rename to customizing/fred/aliases/ssh.sh diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 2394821b..dbef4552 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -129,8 +129,8 @@ if [ -z "$NECHUNG" ]; then export NECHUNG=$FEISTY_MEOW_DIR/infobase/fortunes.dat # ensure we use the right kind of secure shell. - export CVS_RSH=$FEISTY_MEOW_SCRIPTS/security/ssh.sh - export GIT_SSH=$FEISTY_MEOW_SCRIPTS/security/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. the space at the end of -- 2.34.1