mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Merge pull request #3105 from jb-leger/tests_usrbinenv_args_update
Tests usrbinenv args update
This commit is contained in:
commit
3664abb9d6
3 changed files with 25 additions and 4 deletions
23
news/tests_usrbinenv_args_update.rst
Normal file
23
news/tests_usrbinenv_args_update.rst
Normal file
|
@ -0,0 +1,23 @@
|
|||
**Added:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue