diff options
author | Marijn Schouten <hkbst@gentoo.org> | 2007-06-21 17:46:30 +0000 |
---|---|---|
committer | Marijn Schouten <hkbst@gentoo.org> | 2007-06-21 17:46:30 +0000 |
commit | 1626044995015cb53b0a8ed6b21c449aef5bba39 (patch) | |
tree | bd2220cc45d35035bdfe5ea41feae3886f2b47d2 /eclass/common-lisp-common.eclass | |
parent | Added ~amd64 wrt bug 180292 (diff) | |
download | historical-1626044995015cb53b0a8ed6b21c449aef5bba39.tar.gz historical-1626044995015cb53b0a8ed6b21c449aef5bba39.tar.bz2 historical-1626044995015cb53b0a8ed6b21c449aef5bba39.zip |
restore working dir, bug 160343
Diffstat (limited to 'eclass/common-lisp-common.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 } |