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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9250B15823F for ; Fri, 17 Nov 2023 14:28:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C982D2BC020; Fri, 17 Nov 2023 14:28:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A04582BC020 for ; Fri, 17 Nov 2023 14:28:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 975ED335D02 for ; Fri, 17 Nov 2023 14:28:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3BF7FC4 for ; Fri, 17 Nov 2023 14:28:23 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1700231183.01d7128042102de929bb41a29607af9560d39c0e.flow@gentoo> Subject: [gentoo-commits] proj/tex:main commit in: / X-VCS-Repository: proj/tex X-VCS-Files: populate-distdir X-VCS-Directories: / X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 01d7128042102de929bb41a29607af9560d39c0e X-VCS-Branch: main Date: Fri, 17 Nov 2023 14:28:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: efd4dd06-3f3b-4166-aa21-32bc79075bdc X-Archives-Hash: 426bbd3937d257ffe15221668e9607fc commit: 01d7128042102de929bb41a29607af9560d39c0e Author: Florian Schmaus gentoo org> AuthorDate: Fri Nov 17 14:26:23 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Nov 17 14:26:23 2023 +0000 URL: https://gitweb.gentoo.org/proj/tex.git/commit/?id=01d71280 populate-distdir: fix syntax Signed-off-by: Florian Schmaus gentoo.org> populate-distdir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/populate-distdir b/populate-distdir index 75e4042..b548539 100755 --- a/populate-distdir +++ b/populate-distdir @@ -3,7 +3,7 @@ set -euo pipefail SCRIPT_DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd) -: ${TEX_OVERLAY_PATH:=$(portageq get_repo_path / tex-overlay) +: ${TEX_OVERLAY_PATH:=$(portageq get_repo_path / tex-overlay)} : ${DISTDIR:="${SCRIPT_DIR}/distdir"} if [[ ! -d "${DISTDIR}" ]]; then