mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
fixed typo in comment
Signed-off-by: Alexander Kjäll <alexander.kjall@gmail.com>
This commit is contained in:
parent
7503242914
commit
b4eef5548b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -e
|
||||||
|
|
||||||
# this gets executed by Travis when building an installer for Windows
|
# this gets executed by Travis when building an installer for Windows
|
||||||
# it gets started from inside the subsurface directory
|
# it gets started from inside the subsurface directory
|
||||||
# with all the other projects downloaded and installed in parralel to
|
# with all the other projects downloaded and installed in parallel to
|
||||||
# subsurface; in order to be compatible with the assumed layout, we
|
# subsurface; in order to be compatible with the assumed layout, we
|
||||||
# need to create the secondary build directory
|
# need to create the secondary build directory
|
||||||
cd ${TRAVIS_BUILD_DIR}/..
|
cd ${TRAVIS_BUILD_DIR}/..
|
||||||
|
|
Loading…
Reference in a new issue