diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-images | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-images b/Master/tlpkg/bin/tl-update-images index c09a610df25..621ca8e2954 100755 --- a/Master/tlpkg/bin/tl-update-images +++ b/Master/tlpkg/bin/tl-update-images @@ -19,7 +19,7 @@ target=/home/ftp/texlive/Images/test renice +19 -p $$ >/dev/null 2>&1 umask 0 unset CDPATH # avoid output from cd -XZ_OPT=-1; export XZ_OPT # compression level, -9 for slowest-but-most, +XZ_OPT=-6; export XZ_OPT # compression level, -9 for slowest-but-most, # which is not worth the time. mydir=`cd \`dirname $0\` && /bin/pwd` |