This website requires JavaScript.
Explore
Help
Sign in
vbatts
/
grub
Watch
1
Star
0
Fork
You've already forked grub
0
Code
Issues
Pull requests
Releases
Wiki
Activity
ebcecdf1c3
grub
/
tests
/
grub_script_dollar.in
7 lines
71 B
Text
Raw
Normal View
History
Unescape
Escape
* grub-core/genmod.sh.in: Use 'set -e' rather than '#! /bin/sh -e', to avoid accidents when debugging with 'sh -x'. * grub-core/gensyminfo.sh.in: Likewise. * tests/example_scripted_test.in: Likewise. * tests/grub_cmd_regexp.in: Likewise. * tests/grub_script_blanklines.in: Likewise. * tests/grub_script_dollar.in: Likewise. * tests/grub_script_expansion.in: Likewise. * tests/grub_script_final_semicolon.in: Likewise. * tests/partmap_test.in: Likewise. * tests/util/grub-shell-tester.in: Likewise. * tests/util/grub-shell.in: Likewise.
2011-05-18 11:53:07 +00:00
#! /bin/sh
set -e
add missing testcase
2010-04-13 15:31:56 +00:00
@builddir@/grub-script-check << EOF
echo "\\\$"
EOF
Reference in a new issue
Copy permalink