~vpec/maus/tof_calib_read

« back to all changes in this revision

Viewing changes to third_party/bash/20gsl.bash

merged in from maus/merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
filename=${directory}.tar.gz 
5
5
url=http://ftp.gnu.org/pub/gnu/gsl/${filename}
6
6
 
 
7
echo
 
8
echo 'INFO: Installing third party library GSL 1.15'
 
9
echo '---------------------------------------------'
 
10
echo
 
11
 
7
12
while [[ $# > 1 ]]
8
13
do
9
14
key="$1"