Skip to content
Snippets Groups Projects
Commit 493a0c48 authored by nadolski's avatar nadolski
Browse files

Force bash shell cf LNLS visit

parent 4d57822d
No related branches found
No related tags found
No related merge requests found
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment