From 1230b52fe186ac19a4a5370e553307b172cf2a0e Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sun, 31 May 2020 14:15:18 -0400 Subject: [PATCH] fix spacing --- setup.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.sh b/setup.sh index e5238a4..131d091 100755 --- a/setup.sh +++ b/setup.sh @@ -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 {