From: dsc Date: Tue, 21 Feb 2012 23:14:11 +0000 (-0800) Subject: Hmm. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=4a9aabec60324b5838a911e7d5eceb158fb89231;p=kraken-ui-hooks.git Hmm. --- diff --git a/update-hooks-post-update.sh b/update-hooks-post-update.sh index e0d35fa..022658d 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) ($0)" log "~/checkouts/kraken-ui-hooks/.git exists? $(test -e "$CHECKOUTS/$HOOKS_REPO" && printf 'ok' || printf 'no!')" log "Updating hooks repo (${HOOKS_REPO})...\n"