~christopher-hunt08/maus/maus_scifi_recon_devel

« back to all changes in this revision

Viewing changes to third_party/bash/93gcc.bash

  • Committer: Christopher Hunt
  • Date: 2015-12-14 08:48:38 UTC
  • mfrom: (697.47.179 cctag_corr)
  • Revision ID: christopher.hunt08@imperial.ac.uk-20151214084838-wjl32e152yx3ks1j
MAUS Merg Remerged

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
filename=${directory}.tar.gz
4
4
url=ftp://ftp.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.9.3/${filename}
5
5
 
 
6
echo
 
7
echo 'INFO: Installing third party library GCC 4.9.3'
 
8
echo '----------------------------------------------'
 
9
echo
 
10
 
6
11
while [[ $# > 1 ]]
7
12
do
8
13
key="$1"