[SCM] Git repository for devscripts branch, master, updated. v2.12.3-5-g82b293e

James McCoy jamessan at debian.org
Mon Sep 17 22:37:37 UTC 2012


The following commit has been merged in the master branch:
commit 82b293eb063bd39edcd219e0660fdf8147ca2978
Author: James McCoy <jamessan at debian.org>
Date:   Mon Sep 17 18:36:34 2012 -0400

    dcmd: Don't add "--" to the command being executed.
    
    Closes: #687964
    Signed-off-by: James McCoy <jamessan at debian.org>

diff --git a/debian/changelog b/debian/changelog
index 3ccf85d..c9c3670 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ devscripts (2.12.4) UNRELEASED; urgency=low
       exit.
     + Fallback to manual diff of source package if interdiff fails.  (Closes:
       #685202)
+  * dcmd: Don't add "--" to the command being executed.  The user has to know
+    where this should be used/if it can be used.  (Closes: #687964)
 
  -- James McCoy <jamessan at debian.org>  Sat, 15 Sep 2012 16:26:28 -0400
 
diff --git a/scripts/dcmd.sh b/scripts/dcmd.sh
index dc62092..3fb7d33 100755
--- a/scripts/dcmd.sh
+++ b/scripts/dcmd.sh
@@ -287,4 +287,4 @@ if [ -z "$cmd" ]; then
     exit 0
 fi
 
-exec $cmd -- $args
+exec $cmd $args

-- 
Git repository for devscripts



More information about the devscripts-devel mailing list