create constants readonly

This commit is contained in:
Vincent Riquer 2013-02-26 13:34:06 +01:00
parent e6a4db4762
commit 377e3f4eed

11
atom
View File

@ -28,10 +28,13 @@ declare -A \
exit $EBASHVERS exit $EBASHVERS
} }
DOCDIR=./doc declare -r \
SHAREDIR=./share DOCDIR=./doc \
exampleconf=$DOCDIR/example.cfg SHAREDIR=./share \
schema=$SHAREDIR/schema.sql exampleconf=$DOCDIR/example.cfg \
schema=$SHAREDIR/schema.sql \
\
oldIFS="$IFS"
#parse arguments #parse arguments
#parse config #parse config