diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-08-06 16:49:01 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-08-06 17:18:07 -0500 |
| commit | 1254cf3f040544cd9bf9b749d9b6a287fd219035 (patch) | |
| tree | 00b66d0f61cfd3fa72fd70fc667341b298081e2d /src/doc/rustc-dev-guide/ci | |
| parent | 8acf533607adf52116966718882aff0faf5882fe (diff) | |
| download | rust-1254cf3f040544cd9bf9b749d9b6a287fd219035.tar.gz rust-1254cf3f040544cd9bf9b749d9b6a287fd219035.zip | |
Remove leading new line
Diffstat (limited to 'src/doc/rustc-dev-guide/ci')
| -rw-r--r-- | src/doc/rustc-dev-guide/ci/build-ignore-timeouts.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/ci/build-ignore-timeouts.sh b/src/doc/rustc-dev-guide/ci/build-ignore-timeouts.sh index b21ce24e83f..e777f349a3c 100644 --- a/src/doc/rustc-dev-guide/ci/build-ignore-timeouts.sh +++ b/src/doc/rustc-dev-guide/ci/build-ignore-timeouts.sh @@ -1,3 +1,4 @@ +#!/bin/bash -x output=$(mktemp) |
