commit:     01d7128042102de929bb41a29607af9560d39c0e
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 17 14:26:23 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> 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 <flow <AT> 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

Reply via email to