install.test
来自「LINUX下的源码工具,可自己分析,或者直接装在系统上作为应用」· TEST 代码 · 共 20 行
TEST
20 行
#! /bin/sh# Test for `; installing' message when not wanted.# From Fran鏾is Pinard.. $srcdir/defs || exit 1: > Makefile.am: > INSTALL: > NEWS: > COPYING# It isn't possible to write this test. That's because all files that# might be required are actually included in the automake# distribution.# $AUTOMAKE --gnu --add-missing > output 2>&1 && exit 1# grep installing outputexit 0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?