From 05dd6877526fc388c6ecbd03e3483636ab2c4e86 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 5 Dec 2013 01:17:57 -0500 Subject: use /bin/bash, not /bin/sh --- offlineimap-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offlineimap-runner.sh') diff --git a/offlineimap-runner.sh b/offlineimap-runner.sh index e4a6f6c..ae8bf10 100644 --- a/offlineimap-runner.sh +++ b/offlineimap-runner.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # offlineimap is pretty nifty, and generally does the right thing, and is # remarkably fault-tolerant, even of it's own code. -- cgit v1.2.3