From: Stefan Huber Date: Thu, 3 Apr 2014 16:42:56 +0000 (+0200) Subject: sendmail: switch shebang to /bin/bash X-Git-Tag: v1.2~8 X-Git-Url: https://git.sthu.org/?p=smailq.git;a=commitdiff_plain;h=8ca9634bd86f815ec538960fe81f6ef7b16aa567 sendmail: switch shebang to /bin/bash --- diff --git a/sendmail b/sendmail index 31cffc7..8a9df55 100755 --- a/sendmail +++ b/sendmail @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (c) 2013 Stefan Huber