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 } #