all repos — archive/dotfiles @ e328a3a136377f0ccf5d56ee5ddfbc259f999f92

Superseded by nixfiles

Installer: Fix directory stack popping too early
Alan Pearce alan@alanpearce.co.uk
Sat, 01 Jun 2013 14:30:22 +0100
commit

e328a3a136377f0ccf5d56ee5ddfbc259f999f92

parent

2b5aca224fcdc119e5fe0f8b7c5c277aecd3daab

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M installinstall
@@ -42,8 +42,6 @@ then 	install-dot projects/dwm/ dotfiles/dwm/*
 fi
 
-popd
-
 if [[ -x =emacs ]]
 then
 	emacs --batch --eval '(batch-byte-recompile-directory 0)' ~/.emacs.d/
@@ -74,3 +72,5 @@ for fp in zsh/functions/*(/); do
 	zrecompile -p $fp $fp/*
 done
+
+popd