create constants readonly
This commit is contained in:
parent
e6a4db4762
commit
377e3f4eed
11
atom
11
atom
@ -28,10 +28,13 @@ declare -A \
|
||||
exit $EBASHVERS
|
||||
}
|
||||
|
||||
DOCDIR=./doc
|
||||
SHAREDIR=./share
|
||||
exampleconf=$DOCDIR/example.cfg
|
||||
schema=$SHAREDIR/schema.sql
|
||||
declare -r \
|
||||
DOCDIR=./doc \
|
||||
SHAREDIR=./share \
|
||||
exampleconf=$DOCDIR/example.cfg \
|
||||
schema=$SHAREDIR/schema.sql \
|
||||
\
|
||||
oldIFS="$IFS"
|
||||
|
||||
#parse arguments
|
||||
#parse config
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user