From cfec480184b420aac2dad2cd86c06b4bfd1a0b40 Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Sun, 19 Feb 2012 17:31:58 -0300 Subject: [PATCH] [[ ]] evaluation was not working on Ubuntu /bin/sh Changed the shebang to /bin/bash --- buildtgz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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