changeset 27211 | a624bae2aebf |
parent 27210 | 9b86d29867a5 |
child 27212 | ef9301ce6046 |
27210:9b86d29867a5 | 27211:a624bae2aebf |
---|---|
27 BUILD= |
27 BUILD= |
28 ;; |
28 ;; |
29 --build ) |
29 --build ) |
30 shift |
30 shift |
31 CLEANUP= |
31 CLEANUP= |
32 ;; |
|
33 --debbuilddir ) |
|
34 shift |
|
35 DEBBUILDDIR="$1" |
|
36 shift |
|
37 ;; |
32 ;; |
38 * ) |
33 * ) |
39 echo "Invalid parameter $1!" 1>&2 |
34 echo "Invalid parameter $1!" 1>&2 |
40 exit 1 |
35 exit 1 |
41 ;; |
36 ;; |