1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-09 20:13:47 -05:00

Merge pull request #1153 from cmcginty/remove-sbang

Remove shebang lines from scripts for performance
This commit is contained in:
Christopher Hunt
2019-04-22 20:13:19 -04:00
committed by GitHub
32 changed files with 1 additions and 44 deletions

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env bash
#
# Summary: Install a Python version using python-build
#
# Usage: pyenv install [-f] [-kvp] <version>

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env bash
#
# Summary: Uninstall a specific Python version
#
# Usage: pyenv uninstall [-f|--force] <version>

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env bash
set -e
status=0