fix spacing

This commit is contained in:
Chris Cromer 2020-05-31 14:15:18 -04:00
parent 4e4480632c
commit 1230b52fe1
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 5 additions and 5 deletions

View File

@ -24,14 +24,14 @@
#-----------------------------------------------------------------------------
set -o errexit # exit if error...insurance ;)
set -o nounset # exit if variable not initalized
set +h # disable hashall
set +h # disable hashall
#-----------------------------------------------------------------------------
# Common variables
PRGNAME=${0##*/} # Script name minus the path
TOPDIR=${PWD} # This directory
LFS=/mnt/lfs # Where LFS will be installed to
PRGNAME=${0##*/} # Script name minus the path
TOPDIR=${PWD} # This directory
LFS=/mnt/lfs # Where LFS will be installed to
PARENT=/usr/src/LFS-RPM # Where build system wil live
SWAP_FILE_SIZE=1024 # Size of swap file in MB
SWAP_FILE_SIZE=1024 # Size of swap file in MB
#-----------------------------------------------------------------------------
# Common support functions
function die {