We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c1a14 commit 61a1cd4Copy full SHA for 61a1cd4
developer-scripts/travis/test-script.InstallScript.sh
@@ -24,7 +24,7 @@ echo "Performing Travis-CI script phase for the OpenCoarrays installation script
24
25
./install.sh --yes-to-all -i "${HOME}/opencoarrays" -j 4 -f "$(type -P "${FC}")" -c "$(type -P "${CC}")" -C "$(type -P "${CXX}")"
26
BUILD_LOC=(prerequisites/builds/opencoarrays/*/)
27
-BUILD_LOC_DIR="${BUILD_LOC[${#BUILD_LOC[@]}]-1}"
+BUILD_LOC_DIR="${BUILD_LOC[${#BUILD_LOC[@]}-1]}"
28
if [[ -d "${BUILD_LOC_DIR}" ]]; then
29
echo "Found opencoarrays build directory created by the install script:"
30
echo " ${BUILD_LOC_DIR}"
0 commit comments