|
|
@ -73,11 +73,6 @@ help_msg() { |
|
|
# ---- Parse options + config and make Build-Pkg sub-calls |
|
|
# ---- Parse options + config and make Build-Pkg sub-calls |
|
|
# |
|
|
# |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ -z "$1" ] ; then |
|
|
|
|
|
help_msg ; exit 1 |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
while [ "$1" ] ; do |
|
|
while [ "$1" ] ; do |
|
|
case "$1" in |
|
|
case "$1" in |
|
|
-this_is_the_2nd_run) this_is_the_2nd_run=1 ;; |
|
|
-this_is_the_2nd_run) this_is_the_2nd_run=1 ;; |
|
|
|