From e0ac11981ead901fc8f60ad180c39916a999a33b Mon Sep 17 00:00:00 2001 From: dsc Date: Tue, 21 Feb 2012 15:14:58 -0800 Subject: [PATCH] Hmm. --- update-hooks-post-update.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/update-hooks-post-update.sh b/update-hooks-post-update.sh index 8e3c001..3bf84d8 100755 --- a/update-hooks-post-update.sh +++ b/update-hooks-post-update.sh @@ -21,6 +21,7 @@ join () { local sep="$1" old="$IFS"; export IFS=\n; read -t1 out; while read -t + log "whoami? $(whoami) ($SHELL)" log "~/checkouts/kraken-ui-hooks/.git exists? $(test -e "$CHECKOUTS/$HOOKS_REPO" && printf 'ok' || printf 'no!')" log "Updating hooks repo (${HOOKS_REPO})...\n" -- 1.7.0.4