From 79f6025d7189efb118d3f6e0a1d32c86454dfd0e Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Tue, 11 Dec 2018 14:07:04 +0100 Subject: [PATCH] Remove useless space --- scripts/travisci-test-new-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travisci-test-new-extensions b/scripts/travisci-test-new-extensions index 7d2c7ae..fa89db6 100755 --- a/scripts/travisci-test-new-extensions +++ b/scripts/travisci-test-new-extensions @@ -103,7 +103,7 @@ testNewExtensionLine () { TESTS_RESULTS=0 ADDED_EXTENSION_LINE= FOUND_ATAT= - IFS=' +IFS=' ' for DIFF_LINE in $(git -C "${TRAVIS_BUILD_DIR}" diff --no-indent-heuristic --minimal --no-color --word-diff=none -no-renames --unified=0 "${TRAVIS_COMMIT_RANGE:-}" -- data/supported-extensions) do