[SCM] Vim packaging branch, debian, updated. upstream/7.2.000-257-g3334cfd

James Vega jamessan at debian.org
Sat Sep 27 20:46:17 UTC 2008


The following commit has been merged in the debian branch:
commit 743c934f2b2c04cd4481e0cb91abbfaaece6affe
Author: James Vega <jamessan at debian.org>
Date:   Sat Sep 27 14:26:33 2008 -0400

    Adjust git-sh-setup usage for git 1.6
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/update-patches b/debian/update-patches
index 28a40c0..2ae6dca 100755
--- a/debian/update-patches
+++ b/debian/update-patches
@@ -9,7 +9,7 @@ updates patches from upstream vim
 u,only-upstream    Only update the upstream branch.  Useful to make sure all patches are synced before updating to a new major release.
 "
 SUBDIRECTORY_OK=
-. git-sh-setup
+. "$(git --exec-path)/git-sh-setup"
 require_work_tree
 
 git rev-parse --verify HEAD > /dev/null && \

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list