aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrsync-gen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync-gen.sh b/rsync-gen.sh
index a3de406..ffdce6a 100755
--- a/rsync-gen.sh
+++ b/rsync-gen.sh
@@ -223,7 +223,7 @@ timelog___end "THICKEN-META" | timelogger
# TODO: sign the MetaManifests
timelog_start "MANIFEST-VALIDATE" | timelogger
-if ! /usr/local/bin/gemato/bin/gemato verify "${STAGEDIR_repo_gentoo}" 2>&1 >${REGEN_LOG_DIR}/${REGEN_LOG_FILE}.validate; then
+if ! /usr/local/bin/gemato/bin/gemato verify "${STAGEDIR_repo_gentoo}" >${REGEN_LOG_DIR}/${REGEN_LOG_FILE}.validate 2>&1; then
echo "$0: A Manifest has a failure!"
echo "${REGEN_LOG_DIR}/${REGEN_LOG_FILE}.validate:"
cat "${REGEN_LOG_DIR}/${REGEN_LOG_FILE}.validate"