From 58364fe33cc9d3d1243c65732d4fadb180bdf52d Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 15 Jun 2012 23:37:49 +0000 Subject: Don't use script in buildbot --- (limited to 'scripts') diff --git a/scripts/log-command b/scripts/log-command new file mode 100644 index 0000000..881513f --- /dev/null +++ b/scripts/log-command @@ -0,0 +1,5 @@ +#!/bin/sh + +exec $1 | tee $2 + +exit ${PIPESTATUS[0]} -- cgit v0.9.1