From d2e70ddc1ef156ce9f33438a123198aecf5384f3 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Sun, 29 Jan 2012 23:14:19 -0500 Subject: [PATCH] unset _upstream before exiting --- functions/update-omz | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/update-omz b/functions/update-omz index 36aa0290..2ff74c03 100644 --- a/functions/update-omz +++ b/functions/update-omz @@ -31,4 +31,5 @@ else fi unset _color +unset _upstream cd "$current_path" || return 1