From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A10BD138D14 for ; Sun, 12 Jul 2015 15:58:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A888E089C; Sun, 12 Jul 2015 15:58:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 03D9BE089C for ; Sun, 12 Jul 2015 15:58:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E642340680 for ; Sun, 12 Jul 2015 15:58:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E793738 for ; Sun, 12 Jul 2015 15:58:30 +0000 (UTC) From: "Yuta SATOH" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yuta SATOH" Message-ID: <1436716702.765e6fa1f5ff636f78423f8968c7637ce8c5f7a5.yuta_satoh@gentoo> Subject: [gentoo-commits] proj/gentoo-bsd:master commit in: scripts/ X-VCS-Repository: proj/gentoo-bsd X-VCS-Files: scripts/automatic_updater.sh X-VCS-Directories: scripts/ X-VCS-Committer: yuta_satoh X-VCS-Committer-Name: Yuta SATOH X-VCS-Revision: 765e6fa1f5ff636f78423f8968c7637ce8c5f7a5 X-VCS-Branch: master Date: Sun, 12 Jul 2015 15:58:30 +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: fbf22021-bdf7-47f7-b969-4bd0e4be8928 X-Archives-Hash: ee2bcd2ed4c31ccb6c72a81dd0903677 commit: 765e6fa1f5ff636f78423f8968c7637ce8c5f7a5 Author: Yuta SATOH gentoo gr jp> AuthorDate: Sun Jul 12 15:58:22 2015 +0000 Commit: Yuta SATOH gentoo gr jp> CommitDate: Sun Jul 12 15:58:22 2015 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-bsd.git/commit/?id=765e6fa1 automatic_updater.sh: added _ scripts/automatic_updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh index c9766ab..358c168 100644 --- a/scripts/automatic_updater.sh +++ b/scripts/automatic_updater.sh @@ -136,7 +136,7 @@ case "$TARGETMODE" in post_freebsd_userland ;; "world" ) - [[ ${REMOVEPERL} -ne 0 ]] && removeperl + [[ ${REMOVEPERL} -ne 0 ]] && remove_perl emerge_world cleanup ;;