[Reproducible-commits] [dpkg] 14/54: build: Do not quote the interpreter argument

Mattia Rizzolo mattia at debian.org
Fri Jan 15 18:53:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit be3cbc2ef633524f8dac876f77a300ed4ce956f1
Author: Guillem Jover <guillem at debian.org>
Date:   Sun Nov 8 11:33:40 2015 +0100

    build: Do not quote the interpreter argument
    
    This makes it possible again to pass options to the interpreter.
---
 run-script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run-script b/run-script
index 00e2230..b6c6a75 100755
--- a/run-script
+++ b/run-script
@@ -16,4 +16,4 @@ interp="$1"
 script="$2"
 shift 2
 
-exec "$interp" "$cwd/$script" "$@"
+exec $interp "$cwd/$script" "$@"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list