projects
/
kraken-ui-hooks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
59cf063
)
Hmm.
author
dsc
<david.schoonover@gmail.com>
Tue, 21 Feb 2012 23:14:11 +0000 (15:14 -0800)
committer
dsc
<david.schoonover@gmail.com>
Tue, 21 Feb 2012 23:14:11 +0000 (15:14 -0800)
update-hooks-post-update.sh
patch
|
blob
|
history
diff --git
a/update-hooks-post-update.sh
b/update-hooks-post-update.sh
index
e0d35fa
..
022658d
100755
(executable)
--- 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"