From 869ceb0398e2d3357260f4458e9aaccae01798fc Mon Sep 17 00:00:00 2001 From: Matthias Rampke Date: Tue, 26 Jun 2012 20:04:11 +0200 Subject: [PATCH] use /bin/sh as bash is not available everywhere the script didn't use bash features anyway (at least as far as I noticed) --- fetch-tweets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch-tweets.sh b/fetch-tweets.sh index 765b353..8a0331b 100755 --- a/fetch-tweets.sh +++ b/fetch-tweets.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # vim: set ts=4 sw=4 umask 002