check_common.in

来自「bash debugger. You can use this tool to 」· IN 代码 · 共 28 行

IN
28
字号
# $Id: check_common.in,v 1.3 2006/09/06 04:16:33 myamato Exp $if test -z "$THIS_SH" ; then   THIS_SH=@BASH_PROG@fi# Could/short probably replace all uses of THIS_SH with BASH.BASH=$THIS_SHTOP_BUILDDIR=`pwd`/../export BASH TOP_BUILDDIRcheck_output() {  testfile="$1"  rightfile="$2"  # Bourne sh  # set -o noglob  @DIFF@ @DIFF_OPTS@ $testfile $rightfile && rm -f $testfile  return $?}#;;; Local Variables: ***#;;; mode:shell-script ***#;;; eval: (sh-set-shell "bash") ***#;;; End: ***

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?