Added _OFUNCTIONS_BOOTSTRAP subset
This commit is contained in:
parent
882cd7099e
commit
76512b5a13
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
## MERGE 2016120802
|
## MERGE 2016121101
|
||||||
|
|
||||||
## Merges ofunctions.sh and n_program.sh into program.sh
|
## Merges ofunctions.sh and n_program.sh into program.sh
|
||||||
## Adds installer
|
## Adds installer
|
||||||
|
@ -41,6 +41,7 @@ function __PREPROCESSOR_Constants {
|
||||||
__PREPROCESSOR_SUBSETS=(
|
__PREPROCESSOR_SUBSETS=(
|
||||||
'#### OFUNCTIONS FULL SUBSET ####'
|
'#### OFUNCTIONS FULL SUBSET ####'
|
||||||
'#### OFUNCTIONS MINIMAL SUBSET ####'
|
'#### OFUNCTIONS MINIMAL SUBSET ####'
|
||||||
|
'#### _OFUNCTIONS_BOOTSTRAP SUBSET ####'
|
||||||
'#### DEBUG SUBSET ####'
|
'#### DEBUG SUBSET ####'
|
||||||
'#### TrapError SUBSET ####'
|
'#### TrapError SUBSET ####'
|
||||||
'#### RemoteLogger SUBSET ####'
|
'#### RemoteLogger SUBSET ####'
|
||||||
|
|
Loading…
Reference in New Issue