summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quilt.changes6
-rw-r--r--scripts/patchfns.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/quilt.changes b/quilt.changes
index 380d0fe..b2bd24b 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,7 +1,11 @@
-------------------------------------------------------------------
-Mon Jul 12 02:11:02 CEST 2004 - agruen@suse.de
+Mon Jul 12 03:02:19 CEST 2004 - agruen@suse.de
- Some more QUILT_PATCHES_PREFIX fixes.
+- Disable CDPATH within quilt (Joe Green writes: I've seen some
+ cases where having CDPATH set results in the path being printed
+ by cd, and I suppose it's possible that the wrong destination
+ might be selected in some cases.)
-------------------------------------------------------------------
Tue Jul 6 18:58:00 CEST 2004 - agruen@suse.de
diff --git a/scripts/patchfns.in b/scripts/patchfns.in
index 202a114..a1b553a 100644
--- a/scripts/patchfns.in
+++ b/scripts/patchfns.in
@@ -21,6 +21,8 @@ DB_VERSION=2
: ${QUILT_PATCHES:=patches}
: ${QUILT_PC:=.pc}
+unset CDPATH
+
if [ -e "$QUILTRC" ]
then
source "$QUILTRC"