diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build/binary_memtest | 2 | ||||
| -rwxr-xr-x | scripts/build/source_debian | 3 | 
2 files changed, 2 insertions, 3 deletions
| diff --git a/scripts/build/binary_memtest b/scripts/build/binary_memtest index 96fb4f101..7c9864e65 100755 --- a/scripts/build/binary_memtest +++ b/scripts/build/binary_memtest @@ -24,7 +24,7 @@ Arguments "${@}"  Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source  Set_defaults -if [ "${LB_MEMTEST}" = "false" ] || [ "${LB_MEMTEST}" = "none" ] || [ "${LB_CHROOT_FILESYSTEM}" = "none" ] +if [ "${LB_MEMTEST}" = "none" ] || [ "${LB_CHROOT_FILESYSTEM}" = "none" ]  then  	exit 0  fi diff --git a/scripts/build/source_debian b/scripts/build/source_debian index 3960ea2a8..af9fe9f18 100755 --- a/scripts/build/source_debian +++ b/scripts/build/source_debian @@ -99,8 +99,7 @@ syslinux  grub  EOF -		if [ "${LB_MEMTEST}" != "false" ] && [ "${LB_MEMTEST}" != "none" ] -		then +		if [ "${LB_MEMTEST}" != "none" ]; then  			echo "${LB_MEMTEST}" >> source-selection.txt  		fi  		;; | 
