Fixed typo
This commit is contained in:
parent
97a1aa5e05
commit
e04e81446e
|
@ -1,12 +1,12 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
## MERGE 2016121101
|
## MERGE 2016121901
|
||||||
|
|
||||||
## Merges ofunctions.sh and n_program.sh into program.sh
|
## Merges ofunctions.sh and n_program.sh into program.sh
|
||||||
## Adds installer
|
## Adds installer
|
||||||
|
|
||||||
function __PREPROCESSOR_Merge {
|
function __PREPROCESSOR_Merge {
|
||||||
PROGRAM=osync
|
PROGRAM=pmocr
|
||||||
VERSION=$(grep "PROGRAM_VERSION=" n_$PROGRAM.sh)
|
VERSION=$(grep "PROGRAM_VERSION=" n_$PROGRAM.sh)
|
||||||
VERSION=${VERSION#*=}
|
VERSION=${VERSION#*=}
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ function __PREPROCESSOR_Constants {
|
||||||
|
|
||||||
__PREPROCESSOR_SUBSETS=(
|
__PREPROCESSOR_SUBSETS=(
|
||||||
'#### OFUNCTIONS FULL SUBSET ####'
|
'#### OFUNCTIONS FULL SUBSET ####'
|
||||||
'#### OFUNCTIONS MINIMAL SUBSET ####'
|
'#### OFUNCTIONS MINI SUBSET ####'
|
||||||
'#### _OFUNCTIONS_BOOTSTRAP SUBSET ####'
|
'#### _OFUNCTIONS_BOOTSTRAP SUBSET ####'
|
||||||
'#### DEBUG SUBSET ####'
|
'#### DEBUG SUBSET ####'
|
||||||
'#### TrapError SUBSET ####'
|
'#### TrapError SUBSET ####'
|
||||||
|
|
Loading…
Reference in New Issue