source: gs2-extensions/ocr/trunk/packages/CASCADE-MAKE.sh@ 30076

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

Tweaks to CASCADE-MAKE files so it compiles up with the 2015 version of Tesseract

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.