mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-29 12:51:30 +00:00
Fix incorrect shell variable quoting.
This commit is contained in:
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…
x
Reference in New Issue
Block a user