source: gs2-extensions/diva/trunk/src/packages/CASCADE-MAKE.sh@ 30251

Last change on this file since 30251 was 30202, checked in by davidb, 9 years ago

Zach's image viewer extension for Greenstone using diva from McGill University

File size: 218 bytes
Line 
1#!/bin/bash
2
3
4for d in cmdline ; do
5 echo " Running $d/CASCADE-MAKE.sh $*"
6
7 (cd $d ; ./CASCADE-MAKE.sh $*)
8
9 if [ $? != 0 ] ; then
10 echo " Error encountered running $d/CASCADE-COMPILE.sh"
11 exit 1
12 fi
13done
Note: See TracBrowser for help on using the repository browser.