[SCM] pkg-kde-dev-scripts packaging branch, master, updated. dca61d0f9e3d59bc5fd78fb8e6ea246096b8ec2a

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Wed Dec 7 19:02:30 UTC 2011


The following commit has been merged in the master branch:
commit e9653a099ba8a33fa0fcf962578c475783f00993
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Wed Dec 7 19:58:38 2011 +0100

    Use $EDITOR.
---
 edit-control-all |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/edit-control-all b/edit-control-all
index c75d05b..fbe9135 100755
--- a/edit-control-all
+++ b/edit-control-all
@@ -1,6 +1,5 @@
 #! /bin/bash
 
 for i in $(find . -maxdepth 1 -type d ! -name .); do
-	#TODO: Use the same editor than dch.
-	vim $i/debian/control;
+	$EDITOR $i/debian/control;
 done;

-- 
pkg-kde-dev-scripts packaging



More information about the pkg-kde-commits mailing list