Title: Option parsing errors -- version 1.15.1

It seems that something got broken betwixt 1.14 and 1.15.1
Previously
[EMAIL PROTECTED] testdata]$ /home/alex/src/tar-1.14/src/tar --version
tar (GNU tar) 1.14
Copyright (C) 2004 Free Software Foundation, Inc.
This program comes with NO WARRANTY, to the extent permitted by law.
You may redistribute it under the terms of the GNU General Public License;
see the file named COPYING for details.
Written by John Gilmore and Jay Fenlason.
[EMAIL PROTECTED] testdata]$ /home/alex/src/tar-1.14/src/tar cf xxx.tar TEXT/ --remove-files
[EMAIL PROTECTED] testdata]$
Now
[EMAIL PROTECTED] testdata]$ tar --version
tar (GNU tar) 1.15.1
[EMAIL PROTECTED] testdata]$ tar cf xxx.tar TEXT/ --remove-files
tar: --remove-files: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
[EMAIL PROTECTED] testdata]$ tar cf zzz.tar --remove-files TEXT/
Oddly enough
[EMAIL PROTECTED] testdata]$ tar cf zzz.tar --remove-files TEXT/
[EMAIL PROTECTED] testdata]$
Works



--
Alex V Flinsch

Administrative Computing Services
Rutgers University
65 Davidson Road
Piscataway, NJ 08854-8091
Phone: 732-445-5059
Fax: 732-445-5493
Email: [EMAIL PROTECTED]


_______________________________________________
Bug-tar mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-tar

Reply via email to