[SCM] Vim packaging branch, maint/lenny, updated. debian/7.1.314-3-51-g209709e

James Vega jamessan at debian.org
Sun Oct 12 06:29:43 UTC 2008


The following commit has been merged in the maint/lenny branch:
commit 2b22ca83d3fb2dab5698eacade23668af5305bfa
Author: James Vega <jamessan at debian.org>
Date:   Sat Oct 11 03:01:13 2008 -0400

    Add missing "set -e"
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/vim-runtime.postinst b/debian/vim-runtime.postinst
index 0649a84..e425cb6 100644
--- a/debian/vim-runtime.postinst
+++ b/debian/vim-runtime.postinst
@@ -1,4 +1,5 @@
 #!/bin/sh
+set -e
 
 # Need to run helpztags since we're overwriting /u/s/v/a/d/tags whenever
 # vim-runtime is install/upgraded which breaks the help for other vim addons

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list