Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e75c94

Browse files
committed
Change #! line to modern usage
1 parent b3a20bc commit 7e75c94

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Demo/pdist/rcsbump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/local/bin/python
1+
#!/usr/bin/env python
22
# -*- python -*-
33
#
44
# guido's version, from rcsbump,v 1.2 1995/06/22 21:27:27 bwarsaw Exp

Demo/pdist/rcvs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/bin/python
1+
#!/usr/bin/env python
22

33
import addpack
44
addpack.addpack('/home/guido/src/python/Demo/pdist')

Demo/pdist/rrcs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/bin/python
1+
#!/usr/bin/env python
22

33
import addpack
44
addpack.addpack('/home/guido/src/python/Demo/pdist')

0 commit comments

Comments
 (0)