From 88acffa20ac45fd13b65a1d9143e0400ae0bde47 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 24 Jul 2006 16:19:08 +0000 Subject: [PATCH] * `touch' might not be in $PATH. --- tests/locking.builder.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/locking.builder.sh b/tests/locking.builder.sh index 7598653b1d..4cb5eb3798 100644 --- a/tests/locking.builder.sh +++ b/tests/locking.builder.sh @@ -1,6 +1,5 @@ sleep 3 -touch $out # Use `>>'; without proper locking this will cause text duplication. echo -n $(cat $inputs)$text >> $out