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 cce56a9 commit c11be06Copy full SHA for c11be06
test-build.sh
@@ -16,7 +16,7 @@ fatal() {
16
exit 1
17
}
18
19
-cd "$(cd "${0%/*}" && pwd -P)";
+cd "$(cd "${0%/*}" && pwd -P)" || exit;
20
21
versions=( "$@" )
22
if [ ${#versions[@]} -eq 0 ]; then
0 commit comments