summaryrefslogtreecommitdiff
path: root/evergreen/todos_check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'evergreen/todos_check.sh')
-rw-r--r--evergreen/todos_check.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/evergreen/todos_check.sh b/evergreen/todos_check.sh
index 44ec7837219..7fc97f063f3 100644
--- a/evergreen/todos_check.sh
+++ b/evergreen/todos_check.sh
@@ -1,4 +1,4 @@
-DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
+DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null 2>&1 && pwd)"
. "$DIR/prelude.sh"
cd src
@@ -12,7 +12,7 @@ set -o errexit
# properly deal with any special characters that could cause issues (like "). To
# do this, we will write it out to a file, then read that file into a variable.
if [ "${is_commit_queue}" = "true" ]; then
- cat >commit_message.txt <<END_OF_COMMIT_MSG
+ cat > commit_message.txt << END_OF_COMMIT_MSG
${commit_message}
END_OF_COMMIT_MSG