[DRE-commits] [ruby-pygments.rb] 06/09: Use proper Python shebang

Cédric Boutillier boutil at moszumanska.debian.org
Sun Nov 26 21:11:30 UTC 2017


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

boutil pushed a commit to branch patch-queue/master
in repository ruby-pygments.rb.

commit 71bd62a80d6e893adcc4eaa8bc6e9c8911cc211a
Author: Per Andersson <avtobiff at gmail.com>
Date:   Fri Sep 29 22:48:27 2017 +0200

    Use proper Python shebang
    
    
    Gbp-Pq: Name 0005-Use-proper-python-shebang.patch
---
 lib/pygments/mentos.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pygments/mentos.py b/lib/pygments/mentos.py
index 7ee74a9..9c7c650 100755
--- a/lib/pygments/mentos.py
+++ b/lib/pygments/mentos.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 # -*- coding: utf-8 -*-
 
 import sys, re, os, signal

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-pygments.rb.git



More information about the Pkg-ruby-extras-commits mailing list