Commit 55deb297 authored by Andrew Murray's avatar Andrew Murray
Browse files

Fixed typo

parent c9623062
...@@ -10,7 +10,7 @@ source $MULTIBUILD_DIR/common_utils.sh ...@@ -10,7 +10,7 @@ source $MULTIBUILD_DIR/common_utils.sh
cd /io cd /io
# Configuration for this package in `config.sh`. # Configuration for this package in `config.sh`.
# This can overwrite `install_run`' and `install_wheel` (called from # This can overwrite `install_run` and `install_wheel` (called from
# `install_run`). These are otherwise defined in common_utils.sh. # `install_run`). These are otherwise defined in common_utils.sh.
# `config.sh` must define `run_tests` if using the default `install_run`. # `config.sh` must define `run_tests` if using the default `install_run`.
CONFIG_PATH=${CONFIG_PATH:-config.sh} CONFIG_PATH=${CONFIG_PATH:-config.sh}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment