Added new list of subsets
This commit is contained in:
parent
317975c03f
commit
f9077b7ff6
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
## MERGE 2016121901
|
## MERGE 2017020701
|
||||||
|
|
||||||
## Merges ofunctions.sh and n_program.sh into program.sh
|
## Merges ofunctions.sh and n_program.sh into program.sh
|
||||||
## Adds installer
|
## Adds installer
|
||||||
|
@ -51,6 +51,8 @@ function __PREPROCESSOR_Constants {
|
||||||
'#### UrlEncode SUBSET ####'
|
'#### UrlEncode SUBSET ####'
|
||||||
'#### HumanToNumeric SUBSET ####'
|
'#### HumanToNumeric SUBSET ####'
|
||||||
'#### ArrayContains SUBSET ####'
|
'#### ArrayContains SUBSET ####'
|
||||||
|
'#### GetConfFileValue SUBSET ####'
|
||||||
|
'#### SetConfFileValue SUBSET ####'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue