changeset 1102:5c9a877f3f32

Suppress error messages from manfiest generation.
author Rob Landley <rob@landley.net>
date Tue, 08 Jun 2010 01:37:51 -0500
parents 271eae15163d
children 0a32de72b781
files sources/functions.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/functions.sh	Sun Jun 06 22:51:48 2010 -0500
+++ b/sources/functions.sh	Tue Jun 08 01:37:51 2010 -0500
@@ -480,7 +480,7 @@
       FILE="$(echo "$SRCDIR/alt-$1-"*.tar.$i*)"
       if [ -f "$FILE" ]
       then
-        GITID="$(${i}zcat "$FILE" | git get-tar-commit-id)"
+        GITID="$(${i}zcat "$FILE" 2> /dev/null | git get-tar-commit-id 2>/dev/null)"
         if [ ! -z "$GITID" ]
         then
           # The first dozen chars should form a unique id.