mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 10:05:24 +02:00
Improve docs for doit_irsbuild.sh
This commit is contained in:
parent
2fe1592c97
commit
ae1981f953
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ export PATH=/shared/webtools/apps/IBMJava2-ppc64-142/bin:$PATH
|
||||||
curdir=`pwd`
|
curdir=`pwd`
|
||||||
|
|
||||||
#Get parameters
|
#Get parameters
|
||||||
buildType=$0
|
buildType=$1
|
||||||
buildId=$1
|
buildId=$2
|
||||||
case x$buildType in
|
case x$buildType in
|
||||||
xP|xN|xI|xS|xR|xM) ok=1 ;;
|
xP|xN|xI|xS|xR|xM) ok=1 ;;
|
||||||
*) ok=0 ;;
|
*) ok=0 ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue