summaryrefslogtreecommitdiff
path: root/offlineimap-runner.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-12-05 01:17:57 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-12-05 01:17:57 -0500
commit05dd6877526fc388c6ecbd03e3483636ab2c4e86 (patch)
tree3d60ed9bce377895f611767db189a28240a244cb /offlineimap-runner.sh
parentaa2d5a3a4363ff4f4ca23f4c6716613c4be66ecd (diff)
use /bin/bash, not /bin/sh
Diffstat (limited to 'offlineimap-runner.sh')
-rw-r--r--offlineimap-runner.sh2
1 files changed, 1 insertions, 1 deletions
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.