From eb10fe632192a59a4e63cc78d30a991de887b160 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Tue, 16 Aug 2016 08:10:19 +0200 Subject: [PATCH] continuous: Fix last fixup patch --- continuous/steps/11-patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous/steps/11-patch b/continuous/steps/11-patch index b4cca1f..509a244 100755 --- a/continuous/steps/11-patch +++ b/continuous/steps/11-patch @@ -58,7 +58,7 @@ if git rev-list --ancestry-path 9402c684613163888714df0955fa1f17142b08bf^..2c0f9 EOF fi -if git rev-list --ancestry-path 309b315b6ec686ce050758cc4e29f6ad1125a83f^..97f6e0cc35026a2a09147a6da636d901525e1969^; then +if git rev-list --ancestry-path 309b315b6ec686ce050758cc4e29f6ad1125a83f^..97f6e0cc35026a2a09147a6da636d901525e1969^|grep -q $HEAD_SHA; then git show 97f6e0cc35026a2a09147a6da636d901525e1969 | git apply --index fi -- 2.39.2