mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-13 20:00:37 +00:00
* tests/grub_script_eval.in: Really add the eval test.
This commit is contained in:
parent
3d84cb1793
commit
0301a8b36d
@ -1,3 +1,7 @@
|
||||
2013-06-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* tests/grub_script_eval.in: Really add the eval test.
|
||||
|
||||
2013-06-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Move flavour-specific parts out of common cpio.c file and
|
||||
|
6
tests/grub_script_eval.in
Normal file
6
tests/grub_script_eval.in
Normal file
@ -0,0 +1,6 @@
|
||||
#! @builddir@/grub-shell-tester
|
||||
|
||||
eval echo "Hello world"
|
||||
valname=tst
|
||||
eval $valname=hi
|
||||
echo $tst
|
Loading…
Reference in New Issue
Block a user