use standardized variables

This commit is contained in:
George Danchev 2011-06-28 18:45:49 +00:00
parent 701764f6d1
commit 0cf025c018
1 changed files with 6 additions and 3 deletions

View File

@ -3,16 +3,19 @@
set -e set -e
START_DIR_DONT_CHANGE=`pwd` START_DIR_DONT_CHANGE=`pwd`
SELF=$(basename "$0")
# required config items # required config items
# XOR="" # RELENG_XORRISO=""
# optional config items # optional config items
# config file # config file
CONFFILE=$HOME/TODO.conf CONFFILE=${HOME}/.libburnia-releng/${SELF}.conf
KEEP=0 KEEP=0
printf "\n$0: FAIL: SCRIPT NOT COMPLETED YET\n"
exit 31
##################################################################### #####################################################################
print_help() { print_help() {
cat << HLP cat << HLP