From 59cf063b19b69529413077e23df5334ea878df3d Mon Sep 17 00:00:00 2001 From: dsc Date: Tue, 21 Feb 2012 15:11:59 -0800 Subject: [PATCH] Here we go, kids! --- update-hooks-post-update.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/update-hooks-post-update.sh b/update-hooks-post-update.sh index c2e7be1..e0d35fa 100755 --- a/update-hooks-post-update.sh +++ b/update-hooks-post-update.sh @@ -21,7 +21,8 @@ join () { local sep="$1" old="$IFS"; export IFS=\n; read -t1 out; while read -t -log "whoami? $(whoami)" +log "whoami? $(whoami) ($0)" +log "~/checkouts/kraken-ui-hooks/.git exists? $(test -e "$CHECKOUTS/$HOOKS_REPO" && printf 'ok' || printf 'no!')" log "Updating hooks repo (${HOOKS_REPO})...\n" { log "cd ${CHECKOUTS}/${HOOKS_REPO} && git fetch --all && git pull" cd ${CHECKOUTS}/${HOOKS_REPO} && -- 1.7.0.4