diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-24 09:45:11 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:05 +0100 |
| commit | cc62ca76356dc851006e3fc980cc1dcc46ef9ca6 (patch) | |
| tree | e821a640df8121aaea6e02e814c6a82bc75bac46 /scripts/live-bottom/02etc_live_conf | |
| parent | 32e6d9c217846ec5f6d2da9b773a34c4d1970348 (diff) | |
| download | live-boot-cc62ca76356dc851006e3fc980cc1dcc46ef9ca6.tar.gz live-boot-cc62ca76356dc851006e3fc980cc1dcc46ef9ca6.zip | |
Consistently using curly brackets for variables.
Diffstat (limited to 'scripts/live-bottom/02etc_live_conf')
| -rwxr-xr-x | scripts/live-bottom/02etc_live_conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/live-bottom/02etc_live_conf b/scripts/live-bottom/02etc_live_conf index 48b12d1..1623de8 100755 --- a/scripts/live-bottom/02etc_live_conf +++ b/scripts/live-bottom/02etc_live_conf @@ -41,9 +41,9 @@ then else cat > /root/etc/live.conf << EOF -export USERNAME="$USERNAME" -export USERFULLNAME="$USERFULLNAME" -export HOSTNAME="$HOSTNAME" +export USERNAME="${USERNAME}" +export USERFULLNAME="${USERFULLNAME}" +export HOSTNAME="${HOSTNAME}" EOF fi |
