From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6BF09138AE9 for ; Thu, 28 Dec 2017 19:01:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94EF9E077D; Thu, 28 Dec 2017 19:01:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E09EE077D for ; Thu, 28 Dec 2017 19:01:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 094FD340CC0 for ; Thu, 28 Dec 2017 19:01:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C068AFBD for ; Thu, 28 Dec 2017 19:01:35 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1514487686.731b5886ad34b8c202e93b097861807675b93039.robbat2@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-x86-experimental.conf tools/catalyst-auto-x86.conf X-VCS-Directories: tools/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 731b5886ad34b8c202e93b097861807675b93039 X-VCS-Branch: master Date: Thu, 28 Dec 2017 19:01:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c91605cb-6392-4b91-aa8d-4e7290610000 X-Archives-Hash: fadbc5e5a43cf542a2649dba445b5437 commit: 731b5886ad34b8c202e93b097861807675b93039 Author: Robin H. Johnson gentoo org> AuthorDate: Thu Dec 28 19:01:26 2017 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Thu Dec 28 19:01:26 2017 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=731b5886 tools: fix typo of DEST_HARDEND Signed-off-by: Robin H. Johnson gentoo.org> tools/catalyst-auto-x86-experimental.conf | 2 +- tools/catalyst-auto-x86.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/catalyst-auto-x86-experimental.conf b/tools/catalyst-auto-x86-experimental.conf index 4d6ccd30..dd0c180d 100644 --- a/tools/catalyst-auto-x86-experimental.conf +++ b/tools/catalyst-auto-x86-experimental.conf @@ -95,7 +95,7 @@ post_build() { fi done if [ -f *${DATESTAMP}*.iso ]; then - "${cmd[@]}" *${DATESTAMP}*.iso* ${DEST_HARDEND} + "${cmd[@]}" *${DATESTAMP}*.iso* ${DEST_HARDENED} elif [ -f *${TIMESTAMP}*.iso ]; then "${cmd[@]}" *${TIMESTAMP}*.iso* ${DEST_HARDENED} fi diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index 03d51642..deca9d07 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -95,7 +95,7 @@ post_build() { fi done if [ -f *${DATESTAMP}*.iso ]; then - "${cmd[@]}" *${DATESTAMP}*.iso* ${DEST_HARDEND} + "${cmd[@]}" *${DATESTAMP}*.iso* ${DEST_HARDENED} elif [ -f *${TIMESTAMP}*.iso ]; then "${cmd[@]}" *${TIMESTAMP}*.iso* ${DEST_HARDENED} fi