From 0f81b07e4fce25a25eb94c363f0624d7b2b99bca Mon Sep 17 00:00:00 2001 From: Ian Beckwith Date: Mon, 3 Feb 2014 01:03:03 +0000 Subject: [PATCH] fix gnulib-tool botched merge --- gnulib-tool | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnulib-tool b/gnulib-tool index 84be8a713..13aac1ab9 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2002-2013 Free Software Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # # 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 @@ -899,6 +899,9 @@ if test "X$1" = "X--no-reexec"; then shift fi +# Unset CDPATH. Otherwise, output from 'cd dir' can surprise callers. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH + # Command-line option processing. # Removes the OPTIONS from the arguments. Sets the variables: # - mode one of: list, find, import, add-import, remove-import, -- 2.11.0