use standardized variables
This commit is contained in:
parent
6b30e7f845
commit
640856cbe8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user