From 493a0c48dfcdf821d3fe442fe06462431c0d3186 Mon Sep 17 00:00:00 2001
From: nadolski <nadolski@9a6e40ed-f3a0-4838-9b4a-bf418f78e88d>
Date: Thu, 19 May 2011 15:29:39 +0000
Subject: [PATCH] Force bash shell cf LNLS visit

---
 make_for_gcc.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/make_for_gcc.sh b/make_for_gcc.sh
index 531400e..cb6c121 100755
--- a/make_for_gcc.sh
+++ b/make_for_gcc.sh
@@ -1,4 +1,5 @@
-#!/bin/sh 
+#!/bin/bash
+# not sh since on Ubuntu sh is not bash
 set -x # for debugging
 
 if [ $# -ne 1 ] 
@@ -35,7 +36,6 @@ fi
 if [ $1 == "opt" ]
 then 
 F77=gfortran ./configure --prefix=$dir/$TRACY/tracy FFLAGS="-O2  -Wall -fbounds-check" CFLAGS="-O2  -Wall -fno-implicit-templates" CXXFLAGS="-O2  -Wall -fno-implicit-templates"
-
 fi
 
 make
-- 
GitLab