Properly invoke SbuildHack
[invirt/packages/invirt-dev.git] / git-hooks / sub / post-receive
1 #!/bin/sh
2
3 file=`mktemp -t git-post-receive.XXXXXX` || exit $?
4 cat >$file
5
6 "$PWD"/hooks/zephyr-post-receive <$file
7
8 rm -f $file