From 116e939d5731f89821a6777fb2b458508fd85e29 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 13 Sep 2005 14:07:22 +0000 Subject: [PATCH] * More debugging. --- tests/locking.builder.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/locking.builder.sh b/tests/locking.builder.sh index bb6c2597f..69967e08b 100644 --- a/tests/locking.builder.sh +++ b/tests/locking.builder.sh @@ -5,6 +5,13 @@ env sleep 3 touch $out +echo CAT1 +cat $inputs +echo CAT2 +echo -n $(cat $inputs)$text +echo CAT3 + + # Use `>>'; without proper locking this will cause text duplication. echo -n $(cat $inputs)$text >> $out