From 39d3f753224b9115d19cb96ac1110540d2eefc84 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 26 May 2016 10:57:32 +0300 Subject: [PATCH] Minor refactoring --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 17d6cf2..205c7c6 100755 --- a/update +++ b/update @@ -8,7 +8,7 @@ if [ -n "$origin" ]; then echo "Config error (both origin and current)" >&2 exit 1 else - cd "$origin" || exit 1 + cd "$origin" && exec ./update fi elif [ -z "$current" ]; then -- 2.39.2