Bug#347472: preview-latex: update-auctex-elisp calls rm with a too long list of files

2006-01-12 Thread OHURA Makoto
reassign 347472 auctex retitle 347472 auctex: update-auctex-elisp calls rm with a too long list of files thanks Hi. From: Norbert Preining [EMAIL PROTECTED] Subject: Bug#347472: preview-latex: update-auctex-elisp calls rm with a too long list of files Date: Wed, 11 Jan 2006 00:33:33 +0100

Bug#347472: preview-latex: update-auctex-elisp calls rm with a too long list of files

2006-01-10 Thread Norbert Preining
Package: preview-latex Version: 0.9.1-4 Severity: normal Tags: patch Hi! At the end of the update-auctex-elisp scripts there is a call: rm -f $(find /var/lib/auctex/ -type f -name \*.el) which can lead to too long argument list. Please use find /var/lib/auctex/ -type f -name \*.el -print0 |