mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
remove duplication
This commit is contained in:
parent
465b8ee74a
commit
5b4d5a32d3
|
|
@ -100,10 +100,6 @@ if [ -n "${!_STUB_END}" ]; then
|
|||
rm -f "${!_STUB_RUN}"
|
||||
rm -f "${!_STUB_LOG}"
|
||||
|
||||
# Clean up the run file.
|
||||
rm -f "${!_STUB_RUN}"
|
||||
rm -f "${!_STUB_LOG}"
|
||||
|
||||
# Return the result.
|
||||
exit "${!_STUB_RESULT}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue