X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Fssh-wrapper;h=2ac904fe32da74157de0eccee6dcc5a4af9e43fb;hb=5766632be2ce212281af9d376eb2c12b2cdcfd75;hp=a340934beabb025635d86b060865e8f82856475e;hpb=8143c2593c2537b222e3bde7ee2685286c992a87;p=wannabuild.git diff --git a/bin/ssh-wrapper b/bin/ssh-wrapper index a340934..2ac904f 100755 --- a/bin/ssh-wrapper +++ b/bin/ssh-wrapper @@ -11,8 +11,11 @@ if [ "$bn" != "wanna-build" ]; then exit 1 fi +logger -i -p user.debug -t ssh-wrapper -- $@ + shift [ -f "$bin" -a -x "$bin" ] || exit 1 exec $bin $@ +