From ad47a7b0ab1f634c138e29356614617a9fb74113 Mon Sep 17 00:00:00 2001 From: belliash Date: Tue, 17 Jan 2012 21:41:18 +0100 Subject: [PATCH] rename --- ezsync | 2 +- libraries/repositories | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ezsync b/ezsync index 85ac07c..4e0b810 100755 --- a/ezsync +++ b/ezsync @@ -88,7 +88,7 @@ fi # Initialize EzBuild environment makeCoreDirectories || die "EzBuild was unable to create all necessary directories!" 1 EZNOTIFY="yes" -prepareSshWrappers || die "EzBuild was unable to create a wrapper files to SSH" 1 +prepareWrappers || die "EzBuild was unable to create a wrapper files!" 1 trap 'die "Process killed! This may lead into unexpected problems!"' 1 2 3 9 15 17 18 23 # Load necessary public keys diff --git a/libraries/repositories b/libraries/repositories index 9c1a3a6..b018d7d 100644 --- a/libraries/repositories +++ b/libraries/repositories @@ -6,7 +6,7 @@ #------------------------------------------------------------------------------- # Prepares SSH Wrappers for use with unknown hosts (requires key authentication) #------------------------------------------------------------------------------- -function prepareSshWrappers() { +function prepareWrappers() { run "cp ${EZROOT}/files/ssh_wrapper.sh ${BINDIR}/ssh_wrapper.sh" || return 1 run "chmod +x ${BINDIR}/ssh_wrapper.sh" || return 1 export GIT_SSH="${BINDIR}/ssh_wrapper.sh"