📄 cond6.test
字号:
#! /bin/sh# Test for an odd conditional bug. Report from Matt Leach.. $srcdir/defs || exit 1echo 'AM_CONDITIONAL(FOO, true)' >> configure.incat > Makefile.am << 'END'if FOOhelpdir = $(prefix)/Help# The continuation line below must start with a Tab to see the bug.help_DATA = a b c d e \ f g helsehelpdir = $(prefix)/helphelp_DATA = fooendifEND$AUTOMAKE
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -