1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

Improve docs for doit_irsbuild.sh

This commit is contained in:
Martin Oberhuber 2006-11-12 20:42:40 +00:00
parent 2fe1592c97
commit ae1981f953

View file

@ -32,8 +32,8 @@ export PATH=/shared/webtools/apps/IBMJava2-ppc64-142/bin:$PATH
curdir=`pwd`
#Get parameters
buildType=$0
buildId=$1
buildType=$1
buildId=$2
case x$buildType in
xP|xN|xI|xS|xR|xM) ok=1 ;;
*) ok=0 ;;