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