mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-11 13:03:46 -05:00
remove duplication
This commit is contained in:
@@ -100,10 +100,6 @@ if [ -n "${!_STUB_END}" ]; then
|
|||||||
rm -f "${!_STUB_RUN}"
|
rm -f "${!_STUB_RUN}"
|
||||||
rm -f "${!_STUB_LOG}"
|
rm -f "${!_STUB_LOG}"
|
||||||
|
|
||||||
# Clean up the run file.
|
|
||||||
rm -f "${!_STUB_RUN}"
|
|
||||||
rm -f "${!_STUB_LOG}"
|
|
||||||
|
|
||||||
# Return the result.
|
# Return the result.
|
||||||
exit "${!_STUB_RESULT}"
|
exit "${!_STUB_RESULT}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user