From 025915e4b9303329fbc64668d4127a93c5e950c0a15b40cca46db2c61c4d9019 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 15 May 2023 13:50:36 +0000 Subject: [PATCH] Accepting request 1087234 from home:Andreas_Schwab:Factory - Fix syntax error in update script OBS-URL: https://build.opensuse.org/request/show/1087234 OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-filesystem?expand=0&rev=166 --- texlive-filesystem.changes | 5 +++++ update.texlive | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/texlive-filesystem.changes b/texlive-filesystem.changes index 4c0d530..476ebe2 100644 --- a/texlive-filesystem.changes +++ b/texlive-filesystem.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 15 13:03:04 UTC 2023 - Andreas Schwab + +- Fix syntax error in update script + ------------------------------------------------------------------- Wed Apr 5 08:24:31 UTC 2023 - Dr. Werner Fink diff --git a/update.texlive b/update.texlive index 54c725c..40e69e0 100644 --- a/update.texlive +++ b/update.texlive @@ -513,7 +513,7 @@ make_context_fmts() /usr/bin/mtxrun --script fonts --reload < /dev/null 1>&4 2>&4 let status+=$? - return status + return $status } #