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
START_DIR_DONT_CHANGE=`pwd`
SELF=$(basename "$0")
# required config items
# XOR=""
# RELENG_XORRISO=""
# optional config items
# config file
CONFFILE=$HOME/TODO.conf
CONFFILE=${HOME}/.libburnia-releng/${SELF}.conf
KEEP=0
printf "\n$0: FAIL: SCRIPT NOT COMPLETED YET\n"
exit 31
#####################################################################
print_help() {
cat << HLP