X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=update;h=205c7c6f21ab59737d825e73d302a3359dfc2338;hb=3f470f1afb29a7c635f2dc05c20bf2eb3e6e5c94;hp=17d6cf20571f5c650722b712c31ab9a1260a9c69;hpb=ccc7137e3181ded6d3084c8c471a3db6ec586c07;p=git-scripts.git 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