Intégration de la branche release-5.2.1
This commit is contained in:
commit
87142142ac
|
@ -1,3 +1,7 @@
|
|||
## Version 5.2.1 du 01/09/2016-15:44
|
||||
|
||||
9995f95 runsmod: bug
|
||||
|
||||
## Version 5.2.0 du 31/08/2016-22:30
|
||||
|
||||
+ 361f1b2 Intégration de la branche runsmod-goodies
|
||||
|
|
|
@ -1 +1 @@
|
|||
5.2.0
|
||||
5.2.1
|
||||
|
|
|
@ -221,8 +221,10 @@ function __runsmod_fixinfo() {
|
|||
|
||||
function runsmod_autoconf() {
|
||||
if __runsmod_loadconf && runsmod_checkenv --check-only; then
|
||||
local host_mode="${1:-self}"; shift
|
||||
set -- "$host_mode" "$@"
|
||||
runsmod_setup_vars
|
||||
runsmod_update_vars "${1:-self}"
|
||||
runsmod_update_vars "$@"
|
||||
runsmod_teardown_vars
|
||||
if show_debug; then
|
||||
etitle SCRIPTSDIRS array_each SCRIPTSDIRS ppath
|
||||
|
|
Loading…
Reference in New Issue