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:
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`
|
||||
|
||||
#Get parameters
|
||||
buildType=$0
|
||||
buildId=$1
|
||||
buildType=$1
|
||||
buildId=$2
|
||||
case x$buildType in
|
||||
xP|xN|xI|xS|xR|xM) ok=1 ;;
|
||||
*) ok=0 ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue