]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
util: Change interpreter in dovecot-sysreport to /usr/bin/env bash
authorMartti Rannanjärvi <martti.rannanjarvi@open-xchange.com>
Tue, 11 Feb 2020 13:26:35 +0000 (15:26 +0200)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Thu, 13 Feb 2020 10:19:50 +0000 (12:19 +0200)
This is more portable.

src/util/dovecot-sysreport

index 0cf7cccb143e8e16fabf3b1f5829cba95fb24949..7fb2c105d16d5735be8d2f936b30ff78d8848fbe 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 set -eu