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

Be a bit more verbose

parent 07a44790
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,4 @@
source $(dirname ${0})/functions.sh
log_info "Not implemented"
log_info "*** Not yet implemented ***"
......@@ -3,4 +3,4 @@
source $(dirname ${0})/functions.sh
log_info "Not implemented"
log_info "*** Not yet implemented ***"
......@@ -3,4 +3,4 @@
source $(dirname ${0})/functions.sh
log_info "Not implemented"
log_info "*** Not yet implemented ***"
......@@ -3,4 +3,4 @@
source $(dirname ${0})/functions.sh
log_info "Not implemented"
log_info "*** Not yet implemented ***"
......@@ -3,4 +3,4 @@
source $(dirname ${0})/functions.sh
log_info "Not implemented"
log_info "*** Not yet implemented ***"
......@@ -3,4 +3,4 @@
source $(dirname ${0})/functions.sh
log_info "Not implemented"
log_info "*** Not yet implemented ***"
......@@ -109,6 +109,8 @@ fix_venv() {
local py=${PREFIX}/bin/python
log_info "Hot-fixing virtualenv provided by ${py}..."
case ${PYVER} in
py3*) py=${py}3 ;;
esac
......
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