Fix incorrect shell variable quoting.

This commit is contained in:
Adam Conrad 2018-01-31 20:38:11 -07:00
parent 3c4a1979cc
commit 925e470693

View File

@ -878,7 +878,7 @@ EOF
;;
esac
if [ $PROJECT = ubuntu-server ] && [ ${SUBPROJECT:-} != live ]; then
if [ $PROJECT = ubuntu-server ] && [ "${SUBPROJECT:-}" != live ]; then
cat > config/hooks/100-remove-fstab.chroot <<EOF
#! /bin/sh
rm -f /etc/fstab