From mboxrd@z Thu Jan 1 00:00:00 1970 From: cgit at cryptocrack.de (Lukas Fleischer) Date: Mon, 29 Sep 2014 20:30:49 +0200 Subject: Integration with Bugzilla? In-Reply-To: <5429A06C.30707@hupie.com> References: <5429A06C.30707@hupie.com> Message-ID: <20140929183049.1785.85360@typhoon.lan> On Mon, 29 Sep 2014 at 20:09:48, Ferry Huberts wrote: > [...] > #!/bin/bash > [...] This is a bit off topic but the script doesn't seem to rely on any bashisms (apart from the double brackets which can be ported easily), so it might be a good idea to use a "/bin/sh" shebang (and use a shell other than bash as "default shell") here?