Skip to content
Snippets Groups Projects
Commit 0af6eaac authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Fix comment

parent 864fee5e
No related branches found
No related tags found
No related merge requests found
......@@ -109,12 +109,12 @@ fix_venv() {
local py=${PREFIX}/bin/python
log_info "Hot-fixing virtualenv provided by ${py}..."
case ${PYVER} in
py3*) py=${py}3 ;;
esac
log_info "Hot-fixing virtualenv provided by ${py}..."
mv ${py} ${py}.orig
cat <<EOT >> ${py}
#!/usr/bin/env bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment