]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/run-minimal
bash-5.1 distribution sources and documentation
[thirdparty/bash.git] / tests / run-minimal
index bbb9da189c21252b9568f795ad526e54815cf173..ade30b152fa11bb1828114d6e64a98760a4c07ce 100644 (file)
@@ -1,5 +1,19 @@
 #! /bin/sh
 #
+#   This program is free software: you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation, either version 3 of the License, or
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#   GNU General Public License for more details.
+#
+#   You should have received a copy of the GNU General Public License
+#   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
 # run-minimal - a version of run-all for shells configured with
 #              --enable-minimal-config
 #
@@ -26,6 +40,9 @@ export PATH
 : ${THIS_SH:=../bash}
 export THIS_SH
 
+: ${BUILD_DIR:=..}
+export BUILD_DIR
+
 ${THIS_SH} ./version.mini
 
 rm -f "$BASH_TSTOUT"