Rebuilt targets
This commit is contained in:
parent
fbce80bc0a
commit
51a4c8bcce
|
@ -43,7 +43,7 @@ CONFIG_FILE_REVISION_REQUIRED=1.3.0
|
||||||
# CleanUp no #__WITH_PARANOIA_DEBUG
|
# CleanUp no #__WITH_PARANOIA_DEBUG
|
||||||
|
|
||||||
_OFUNCTIONS_VERSION=2.3.0-RC4
|
_OFUNCTIONS_VERSION=2.3.0-RC4
|
||||||
_OFUNCTIONS_BUILD=2020031501
|
_OFUNCTIONS_BUILD=2020031502
|
||||||
_OFUNCTIONS_BOOTSTRAP=true
|
_OFUNCTIONS_BOOTSTRAP=true
|
||||||
|
|
||||||
if ! type "$BASH" > /dev/null; then
|
if ! type "$BASH" > /dev/null; then
|
||||||
|
@ -436,6 +436,7 @@ function GenericTrapQuit {
|
||||||
exit $exitcode
|
exit $exitcode
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#### TrapQuit SUBSET END ####
|
||||||
|
|
||||||
function CleanUp {
|
function CleanUp {
|
||||||
# Exit controlmaster before it's socket gets deleted
|
# Exit controlmaster before it's socket gets deleted
|
||||||
|
|
1910
install.sh
1910
install.sh
File diff suppressed because it is too large
Load Diff
1907
osync-batch.sh
1907
osync-batch.sh
File diff suppressed because it is too large
Load Diff
3
osync.sh
3
osync.sh
|
@ -14,7 +14,7 @@ CONFIG_FILE_REVISION_REQUIRED=1.3.0
|
||||||
|
|
||||||
|
|
||||||
_OFUNCTIONS_VERSION=2.3.0-RC4
|
_OFUNCTIONS_VERSION=2.3.0-RC4
|
||||||
_OFUNCTIONS_BUILD=2020031501
|
_OFUNCTIONS_BUILD=2020031502
|
||||||
_OFUNCTIONS_BOOTSTRAP=true
|
_OFUNCTIONS_BOOTSTRAP=true
|
||||||
|
|
||||||
if ! type "$BASH" > /dev/null; then
|
if ! type "$BASH" > /dev/null; then
|
||||||
|
@ -391,6 +391,7 @@ function GenericTrapQuit {
|
||||||
exit $exitcode
|
exit $exitcode
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#### TrapQuit SUBSET END ####
|
||||||
|
|
||||||
function CleanUp {
|
function CleanUp {
|
||||||
# Exit controlmaster before it's socket gets deleted
|
# Exit controlmaster before it's socket gets deleted
|
||||||
|
|
Loading…
Reference in New Issue