diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tl')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/ctan2tl b/Master/tlpkg/bin/ctan2tl index e1360d71564..6f37ceb1038 100755 --- a/Master/tlpkg/bin/ctan2tl +++ b/Master/tlpkg/bin/ctan2tl @@ -22,9 +22,9 @@ if test "x$1" = x--help; then echo "--place execute place to do repository adds/removes." echo "--no-ctan if already have files in Build/tmp.raw/PKG." echo - echo "This does not actually commit anything to the repository. Without" - echo "--place, it doesn't even touch anything in the repository outside of" - echo "Build/tmp.{raw,cooked}." + echo "This never actually commits anything to the repository." + echo "Without --place, it doesn't even touch anything in the repository" + echo "outside of Build/tmp.{raw,cooked}." echo echo "Read and understand http://tug.org/texlive/pkgupdate.html" echo "before running this." @@ -134,5 +134,5 @@ rm -rf $pkg.done place $place_chicken $pkg status=$? -rm -rf $raw/$pkg +$copy_from_ctan && rm -rf $raw/$pkg exit $status |