LOG definition got lost
This commit is contained in:
parent
d66e1b284d
commit
d2f9373784
1 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,7 @@ fi
|
||||||
PACKAGE_DIR=$(echo $PROGNAME | tr [a-z] [A-Z])
|
PACKAGE_DIR=$(echo $PROGNAME | tr [a-z] [A-Z])
|
||||||
MODULE=$PACKAGE_DIR/master.sh
|
MODULE=$PACKAGE_DIR/master.sh
|
||||||
MODULE_CONFIG=$PACKAGE_DIR/config
|
MODULE_CONFIG=$PACKAGE_DIR/config
|
||||||
VERBOSITY=0
|
VERBOSITY=1
|
||||||
|
|
||||||
|
|
||||||
if [[ -e using_menuconfig ]]; then
|
if [[ -e using_menuconfig ]]; then
|
||||||
|
@ -53,6 +53,9 @@ if [[ -e using_menuconfig ]]; then
|
||||||
[[ $? > 0 ]] && echo "file:configuration did not load.." && exit 1
|
[[ $? > 0 ]] && echo "file:configuration did not load.." && exit 1
|
||||||
[[ $VERBOSITY > 0 ]] && echo "OK"
|
[[ $VERBOSITY > 0 ]] && echo "OK"
|
||||||
|
|
||||||
|
#--- CONSTANTS
|
||||||
|
declare -r SVN="svn://svn.linuxfromscratch.org"
|
||||||
|
declare -r LOG=000-masterscript.log
|
||||||
#--- Working directories
|
#--- Working directories
|
||||||
SCRIPT_ROOT=jhalfs
|
SCRIPT_ROOT=jhalfs
|
||||||
JHALFSDIR=$BUILDDIR/$SCRIPT_ROOT
|
JHALFSDIR=$BUILDDIR/$SCRIPT_ROOT
|
||||||
|
|
Reference in a new issue