Permalink
Browse files

Make more shebangs compatible (#30)

Several of the tests continue to refer to /usr/bin/python. I don't
know of a way to fix these, as they call python -S and IIRC shebangs
can only include one parameter…
  • Loading branch information...
lheckemann authored and andychu committed Aug 9, 2017
1 parent 44b83a5 commit 77b45ef7698a05af835883323e3f2f4829055e5b
Showing with 2 additions and 2 deletions.
  1. +1 −1 build/doc.sh
  2. +1 −1 build/quick_ref.py
View
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Usage:
# ./run.sh <function name>
View
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
"""
quick_ref.py
"""

0 comments on commit 77b45ef

Please sign in to comment.