Procházet zdrojové kódy

Fix shebang line to match upstream.

Jelmer Vernooij před 15 roky
rodič
revize
460bb9108b
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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>
 #