From 237ecdb607d8ab05bb6ff48626bd7318fc0248bc Mon Sep 17 00:00:00 2001 From: Alexander Thomas Date: Mon, 25 Jul 2022 14:14:59 +0000 Subject: [PATCH] [infra] Add missing parenthesis in co19 update scripts Fixes: https://github.com/dart-lang/sdk/issues/49503 Change-Id: I3e6c0450fcb7c6ff55d2ff1b1607685bb05289e8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/252606 Reviewed-by: Erik Ernst --- tests/co19/update.sh | 2 +- tests/co19_2/update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/co19/update.sh b/tests/co19/update.sh index 47ecedc86c6..3a156d4e9fb 100755 --- a/tests/co19/update.sh +++ b/tests/co19/update.sh @@ -29,7 +29,7 @@ git commit DEPS -m \ "$(printf "[co19] Roll co19 to $NEW\n\n" \ && cd $CO19 \ && git log --date='format:%Y-%m-%d' --pretty='format:%ad %ae %s' $OLD..$NEW \ - | sed 's/\#/dart-lang\/co19\#/g' + | sed 's/\#/dart-lang\/co19\#/g')" rm -rf tests/co19/src.git diff --git a/tests/co19_2/update.sh b/tests/co19_2/update.sh index d7f154038c4..b910c1edf3e 100755 --- a/tests/co19_2/update.sh +++ b/tests/co19_2/update.sh @@ -29,7 +29,7 @@ git commit DEPS -m \ "$(printf "[co19] Roll co19_2 to $NEW\n\n" \ && cd $CO19 \ && git log --date='format:%Y-%m-%d' --pretty='format:%ad %ae %s' $OLD..$NEW \ - | sed 's/\#/dart-lang\/co19\#/g' + | sed 's/\#/dart-lang\/co19\#/g')" rm -rf tests/co19_2/src.git