Fix incorrect shell variable quoting.

ubuntu/cosmic
Adam Conrad 7 years ago
parent 3c4a1979cc
commit 925e470693

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

Loading…
Cancel
Save