commit bash-20110720 snapshot

This commit is contained in:
Chet Ramey
2012-01-09 08:24:22 -05:00
parent 9efb1fb32f
commit 19baff85a2
31 changed files with 28471 additions and 56 deletions
+3
View File
@@ -3,4 +3,7 @@ Unless otherwise stated, all files in this directory are Copyright (C)
2004,2005,2006,2007,2008,2009,2010,2011
Free Software Foundation, Inc.
See the file COPYING in the bash distribution root directory for copying
and usage restrictions.
The file ifs-posix.tests is Copyright (C) 2005 Glen Fowler.
+1 -1
View File
@@ -1,4 +1,4 @@
BUILD_DIR=/usr/local/build/chet/bash/bash-current
BUILD_DIR=/usr/local/build/bash/bash-current
THIS_SH=$BUILD_DIR/bash
PATH=$PATH:$BUILD_DIR
+9
View File
@@ -0,0 +1,9 @@
BUILD_DIR=/usr/local/build/chet/bash/bash-current
THIS_SH=$BUILD_DIR/bash
PATH=$PATH:$BUILD_DIR
export THIS_SH PATH
rm -f /tmp/xx
/bin/sh "$@"