diff options
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 38a95eb..5cbc324 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -42,7 +42,7 @@ VERSION="0.8.0" LIVE_TOOLDIR=${LIVE_TOOLDIR:-"$(cd $(dirname $0); pwd)"} # Load the optional configuration file: -CONFFILE=${LIVE_TOOLDIR}/$(basename $0 .sh).conf +CONFFILE=${CONFFILE:-"${LIVE_TOOLDIR}/$(basename $0 .sh).conf"} if [ -f ${CONFFILE} ]; then echo "-- Loading configuration file." . ${CONFFILE} |