diff options
author | 2007-06-21 17:46:30 +0000 | |
---|---|---|
committer | 2007-06-21 17:46:30 +0000 | |
commit | 3ceb8b7b84b349213f4a369fb6d0b46c1780e038 (patch) | |
tree | a83ccdaa4e28bce589b6925c9db66dec01be48f2 /eclass | |
parent | Marking sparc stable (diff) | |
download | gentoo-2-3ceb8b7b84b349213f4a369fb6d0b46c1780e038.tar.gz gentoo-2-3ceb8b7b84b349213f4a369fb6d0b46c1780e038.tar.bz2 gentoo-2-3ceb8b7b84b349213f4a369fb6d0b46c1780e038.zip |
restore working dir, bug 160343
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/common-lisp-common.eclass | 3 |
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 } |