From c5e871279b47969ad43b9b9810c15708de127835 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Sat, 7 Jun 2008 00:27:20 +0000 Subject: [PATCH] re-add set -e --- tools/update_tasks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update_tasks b/tools/update_tasks index 573c6678..f6853b51 100755 --- a/tools/update_tasks +++ b/tools/update_tasks @@ -1,5 +1,5 @@ #!/bin/sh -# set -e +set -e CODENAME="$1" if [ -z "$CODENAME" ]; then