summary refs log tree commit diff stats
path: root/install
diff options
context:
space:
mode:
authorAlan Pearce2013-06-01 14:30:22 +0100
committerAlan Pearce2013-06-01 14:30:22 +0100
commite328a3a136377f0ccf5d56ee5ddfbc259f999f92 (patch)
tree81854c02be0fd6ea45a66b0157d7773daecb3327 /install
parent2b5aca224fcdc119e5fe0f8b7c5c277aecd3daab (diff)
downloaddotfiles-e328a3a136377f0ccf5d56ee5ddfbc259f999f92.tar.lz
dotfiles-e328a3a136377f0ccf5d56ee5ddfbc259f999f92.tar.zst
dotfiles-e328a3a136377f0ccf5d56ee5ddfbc259f999f92.zip
Installer: Fix directory stack popping too early
Diffstat (limited to 'install')
-rwxr-xr-xinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index dfb8d5f..fef5b4e 100755
--- a/install
+++ b/install
@@ -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 @@ zrecompile -p -R ~/.zshrc.zwc $zfiles
 for fp in zsh/functions/*(/); do
 	zrecompile -p $fp $fp/*
 done
+
+popd