From 2f9a79c783d5b0fc723f39a353fece6bd92effaf Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Thu, 21 Jun 2012 19:44:09 +0000 Subject: Use bash in log-command --- diff --git a/scripts/log-command b/scripts/log-command index 881513f..39347c0 100755 --- a/scripts/log-command +++ b/scripts/log-command @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash exec $1 | tee $2 -- cgit v0.9.1