From: dsc Date: Tue, 21 Feb 2012 23:14:38 +0000 (-0800) Subject: Hmm. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=08599ef54fc1f48ef56836ad9417ed908d9969a1;p=kraken-ui-hooks.git Hmm. --- diff --git a/update-hooks-post-update.sh b/update-hooks-post-update.sh index 022658d..8e3c001 100755 --- a/update-hooks-post-update.sh +++ b/update-hooks-post-update.sh @@ -21,8 +21,7 @@ join () { local sep="$1" old="$IFS"; export IFS=\n; read -t1 out; while read -t - -log "whoami? $(whoami) ($0)" +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" { log "cd ${CHECKOUTS}/${HOOKS_REPO} && git fetch --all && git pull"