From cc62ca76356dc851006e3fc980cc1dcc46ef9ca6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Sep 2007 09:45:11 +0200 Subject: Consistently using curly brackets for variables. --- scripts/live-bottom/12fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/live-bottom/12fstab') diff --git a/scripts/live-bottom/12fstab b/scripts/live-bottom/12fstab index 73e18d4..3d036c9 100755 --- a/scripts/live-bottom/12fstab +++ b/scripts/live-bottom/12fstab @@ -33,7 +33,7 @@ log_begin_msg "Configuring fstab..." FSTAB=/root/etc/fstab -cat >> $FSTAB << EOF +cat >> ${FSTAB} << EOF ${UNIONTYPE} / ${UNIONTYPE} rw 0 0 tmpfs /tmp tmpfs nosuid,nodev 0 0 EOF -- cgit v1.2.3