Sign in
cos
/
cos
/
cobble
/
refs/heads/factory-excelsior-12812.B
/
.
/
grub-lakitu
/
tests
/
test_unset.in
blob: 30f1a255cbba31056db6b2d1647b8ce60f34cc15 [
file
] [
log
] [
blame
] [
edit
]
#! @builddir@/grub-shell-tester
foo
=
one
echo $foo
unset foo
echo $foo
echo $
{
foo
}