From: Abinoam P. Marques Jr Date: Sun, 19 Feb 2012 20:31:58 +0000 (-0300) Subject: [[ ]] evaluation was not working on Ubuntu /bin/sh X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cfec480184b420aac2dad2cd86c06b4bfd1a0b40;p=friendica-addons.git [[ ]] evaluation was not working on Ubuntu /bin/sh Changed the shebang to /bin/bash --- diff --git a/buildtgz b/buildtgz index 61dd5d71..37c734f8 100755 --- a/buildtgz +++ b/buildtgz @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Make doesn't handle subdirs very well # without providing a Makefile in each one. # So we will just manually find any source