diff options
author | Matthias Hentges <oe@hentges.net> | 2006-10-28 16:38:49 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2006-10-28 16:38:49 +0000 |
commit | b2326e7420103c6e77e7d22cd6e72334f860bc01 (patch) | |
tree | 75c012e87438f08d7f5d7fe84d6ee611f93c7057 /packages/altboot/files/altboot.func | |
parent | 6bd3d1356990ec0fa8f2fb9f8db90771935fc384 (diff) |
altboot: Update 0.0.0 version
Diffstat (limited to 'packages/altboot/files/altboot.func')
-rw-r--r-- | packages/altboot/files/altboot.func | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/altboot/files/altboot.func b/packages/altboot/files/altboot.func index b3d25ff9f4..a4ac6ed337 100644 --- a/packages/altboot/files/altboot.func +++ b/packages/altboot/files/altboot.func @@ -606,7 +606,7 @@ echo_pref() { dump_pref() { data_name="$1" - echo "`eval echo -e ${data_name} | sed "s/\#\#\#/\#\#\#\\n/g"|sed s/^\ // `" + echo "`eval echo -e \\$${data_name} | sed "s/\#\#\#/\#\#\#\\n/g"|sed s/^\ // `" #echo "-- `eval echo ${data_name}` --" #debug_echo "[$menu_fileflags]" |