Skip to content

Commit

Permalink
/bin/env -> /usr/bin/env
Browse files Browse the repository at this point in the history
  • Loading branch information
nschloe authored and Roscoe A. Bartlett committed May 7, 2015
1 parent 47bb0be commit 5cd7f7b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tribits/ci_support/TribitsDependencies.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python

# @HEADER
# ************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion tribits/python_utils/generic-looping-demon.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python

# @HEADER
# ************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion tribits/python_utils/mailmsg.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python

# @HEADER
# ************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion tribits/python_utils/mockprogram.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env python
#!/usr/bin/env python

# @HEADER
# ************************************************************************
Expand Down

0 comments on commit 5cd7f7b

Please sign in to comment.