projects
/
invirt/scripts/git-hooks.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
I don't trust test's boolean operators.
[invirt/scripts/git-hooks.git]
/
sub
/
post-receive
diff --git
a/sub/post-receive
b/sub/post-receive
index
e6987f1
..
53bd274
100755
(executable)
--- a/
sub/post-receive
+++ b/
sub/post-receive
@@
-1,6
+1,6
@@
#!/bin/sh
#!/bin/sh
-file=`mktemp -t git-receive.XXXXXX` || exit $?
+file=`mktemp -t git-post-receive.XXXXXX` || exit $?
cat >$file
"$PWD"/hooks/zephyr-post-receive <$file
cat >$file
"$PWD"/hooks/zephyr-post-receive <$file