From b1078f9a7d0fc70770216a8d49e544ae67d4a687 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 20 Apr 2009 20:07:42 +0100 Subject: [PATCH] =?utf8?q?Unset=20CDPATH=20(J=C3=A1n=20ONDREJ=20(SAL)).?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- configure.ac | 2 +- febootstrap.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7d4cf9f..ca5ff2b 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. dnl dnl Written by Richard W.M. Jones -AC_INIT(febootstrap,1.5) +AC_INIT(febootstrap,1.6) AM_INIT_AUTOMAKE AC_CHECK_PROG(PERLDOC,[perldoc],[perldoc],[no]) diff --git a/febootstrap.sh b/febootstrap.sh index 5bdb5db..0b38411 100755 --- a/febootstrap.sh +++ b/febootstrap.sh @@ -18,6 +18,8 @@ # # Written by Richard W.M. Jones +unset CDPATH + TEMP=`getopt \ -o g:i:p:u: \ --long groupinstall:,group-install:,help,install:,noclean,no-clean,proxy:,updates: \ -- 1.8.3.1