source: issm/trunk-jpl/externalpackages/cccl/install-win7.sh@ 13246

Last change on this file since 13246 was 13246, checked in by seroussi, 13 years ago

CHG: added set -eu in all installation files to stop if an error occurs

  • Property svn:executable set to *
File size: 157 bytes
Line 
1#!/bin/bash
2set -eu
3
4#Some cleanup
5rm -rf install src cccl-0.03
6mkdir install
7mkdir install/bin
8
9#Move cccl into install directory
10cp issm/cccl install/bin
Note: See TracBrowser for help on using the repository browser.