summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarijn Schouten <hkbst@gentoo.org>2007-06-21 17:46:30 +0000
committerMarijn Schouten <hkbst@gentoo.org>2007-06-21 17:46:30 +0000
commit3ceb8b7b84b349213f4a369fb6d0b46c1780e038 (patch)
treea83ccdaa4e28bce589b6925c9db66dec01be48f2 /eclass/common-lisp-common.eclass
parentMarking sparc stable (diff)
downloadgentoo-2-3ceb8b7b84b349213f4a369fb6d0b46c1780e038.tar.gz
gentoo-2-3ceb8b7b84b349213f4a369fb6d0b46c1780e038.tar.bz2
gentoo-2-3ceb8b7b84b349213f4a369fb6d0b46c1780e038.zip
restore working dir, bug 160343
Diffstat (limited to 'eclass/common-lisp-common.eclass')
-rw-r--r--eclass/common-lisp-common.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/common-lisp-common.eclass b/eclass/common-lisp-common.eclass
index 5dbe726d1e95..a84a53dd7847 100644
--- a/eclass/common-lisp-common.eclass
+++ b/eclass/common-lisp-common.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp-common.eclass,v 1.11 2007/06/21 17:34:34 hkbst Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/common-lisp-common.eclass,v 1.12 2007/06/21 17:46:30 hkbst Exp $
#
# Author Matthew Kennedy <mkennedy@gentoo.org>
#
@@ -141,6 +141,7 @@ reregister-all-common-lisp-implementations() {
unregister-common-lisp-implementation $impl
register-common-lisp-implementation $impl
done
+ cd - >/dev/null
[[ $opt = *off ]] && shopt -u nullglob
}