Fixed typo

This commit is contained in:
deajan 2016-12-19 22:38:13 +01:00
parent 97a1aa5e05
commit e04e81446e
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
#!/usr/bin/env bash
## MERGE 2016121101
## MERGE 2016121901
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
function __PREPROCESSOR_Merge {
PROGRAM=osync
PROGRAM=pmocr
VERSION=$(grep "PROGRAM_VERSION=" n_$PROGRAM.sh)
VERSION=${VERSION#*=}
@ -40,7 +40,7 @@ function __PREPROCESSOR_Constants {
__PREPROCESSOR_SUBSETS=(
'#### OFUNCTIONS FULL SUBSET ####'
'#### OFUNCTIONS MINIMAL SUBSET ####'
'#### OFUNCTIONS MINI SUBSET ####'
'#### _OFUNCTIONS_BOOTSTRAP SUBSET ####'
'#### DEBUG SUBSET ####'
'#### TrapError SUBSET ####'