# HG changeset patch # User Rob Landley # Date 1275979071 18000 # Node ID 5c9a877f3f3232658c9b6232a612e6918d3d3357 # Parent 271eae15163daef5d3422939cbb8523f992c0b16 Suppress error messages from manfiest generation. diff -r 271eae15163d -r 5c9a877f3f32 sources/functions.sh --- 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.