Merge pull request #3105 from jb-leger/tests_usrbinenv_args_update

Tests usrbinenv args update
This commit is contained in:
Gil Forsyth 2019-05-05 11:12:19 -04:00 committed by GitHub
commit 3664abb9d6
Failed to generate hash of commit
3 changed files with 25 additions and 4 deletions

View file

@ -0,0 +1,23 @@
**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>

View file

@ -1,6 +1,5 @@
#!/bin/sh
'''#'
exec python3 -u "$0" "$@"
''''exec python3 -u "$0" "$@"
'''#'
# Portable trick to pass option [-u] to python3, more portable than /usr/bin/env.

View file

@ -1,6 +1,5 @@
#!/bin/sh
'''#'
exec python3 -u "$0" "$@"
''''exec python3 -u "$0" "$@"
'''#'
# Portable trick to pass option [-u] to python3, more portable than /usr/bin/env.