Sfoglia il codice sorgente

Fix shebang line to match upstream.

Jelmer Vernooij 15 anni fa
parent
commit
460bb9108b
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      bin/dul-daemon
  2. 1 1
      bin/dulwich

+ 1 - 1
bin/dul-daemon

@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 # dul-daemon - Simple git-daemon a like
 # Copyright (C) 2008 John Carr <john.carr@unrouted.co.uk>
 # 

+ 1 - 1
bin/dulwich

@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
 # dulwich - Simple command-line interface to Dulwich
 # Copyright (C) 2008 Jelmer Vernooij <jelmer@samba.org>
 #