From fb47146bc2b7788576d37d51e453e261aab2c7dc49e869424392aa446f53e275 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 10 Feb 2014 10:08:29 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-filesystem?expand=0&rev=40 --- update.texlive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.texlive b/update.texlive index aa6ee9a..9cbc274 100644 --- a/update.texlive +++ b/update.texlive @@ -195,7 +195,7 @@ has_formats() local OIFS="$IFS" local IFS=$'\n' - local -a list=($(sed -r '/^#/d; /^[[:blank:]]*$/d' cnf_fmtu)) + local -a list=($(sed -r '/^#/d; /^[[:blank:]]*$/d' $cnf_fmtu)) local -a line IFS="$OIFS"