From 0db07b21d9ade962ff213ab5f0488af831614567 Mon Sep 17 00:00:00 2001 From: Jan Clarin Date: Sun, 26 Mar 2017 02:53:56 -0600 Subject: [PATCH] Circumvent directory change to .zim after zmanage update --- tools/zim_update | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/zim_update b/tools/zim_update index 5f3f73e..f418b3a 100644 --- a/tools/zim_update +++ b/tools/zim_update @@ -9,3 +9,6 @@ git remote update -p git merge --ff-only @\{u\} # and update the submodules git submodule update --init --recursive + +# return to previous directory after update +cd ~-