Description: Use path to interpreter instead of /usr/bin/env
Author: Alex Mestiashvili <amestia@rsh2.donotuse.de>
Forwarded: not-needed
--- a/bowtie2
+++ b/bowtie2
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 #
 # Copyright 2011, Ben Langmead <langmea@cs.jhu.edu>
--- a/bowtie2-build
+++ b/bowtie2-build
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 
 """
  Copyright 2014, Ben Langmead <langmea@cs.jhu.edu>
--- a/bowtie2-inspect
+++ b/bowtie2-inspect
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 
 """
  Copyright 2014, Ben Langmead <langmea@cs.jhu.edu>
--- a/example/reads/simulate.pl
+++ b/example/reads/simulate.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 
 ##
 # Copyright 2011, Ben Langmead <langmea@cs.jhu.edu>
--- a/scripts/sa.py
+++ b/scripts/sa.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 
 """
 sa.py
--- a/scripts/test/benchmark/benchmarks.py
+++ b/scripts/test/benchmark/benchmarks.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 """
 A few items to deal with sets of benchmarks.
 """
--- a/scripts/test/benchmark/run.py
+++ b/scripts/test/benchmark/run.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 """
    Runs benchmark sets specified in JSON files.
 
--- a/scripts/test/benchmark/samreader.py
+++ b/scripts/test/benchmark/samreader.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 """
 A reader of SAM format.
 
--- a/scripts/test/bt2face.py
+++ b/scripts/test/bt2face.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 
 import os
 import logging
--- a/scripts/test/btdata.py
+++ b/scripts/test/btdata.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 """
 Note: This would look so much better replaced by XML or at least JSON. But
       is not worth to do it for now.
--- a/scripts/test/dataface.py
+++ b/scripts/test/dataface.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 
 import os
 import logging
@@ -78,4 +78,4 @@
 
     
     
-    
\ No newline at end of file
+    
--- a/scripts/test/large_idx.py
+++ b/scripts/test/large_idx.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 
 import os
 import gzip
--- a/scripts/test/regressions.py
+++ b/scripts/test/regressions.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 
 import os
 import inspect
