reproduce-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[task #15699] Unified format for software tarballs


From: Antonio Diaz Diaz
Subject: [task #15699] Unified format for software tarballs
Date: Tue, 5 Oct 2021 11:12:18 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux i686; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40

Follow-up Comment #7, task #15699 (project reproduce):

One more thing.

> tar xf $odir/$name.tar.$suffix \

Maybe it would be more future-proof (and less confusing for unexperienced
users) to use short options with tar, instead of old style options:
http://www.gnu.org/software/tar/manual/html_node/Old-Options.html

"The old style syntax can make it difficult to match option letters with their
corresponding arguments, and is often confusing. [...] This old way of writing
tar options can surprise even experienced users."

So I suggest to change the tar command above to:
tar -xf $odir/$name.tar.$suffix \


    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/task/?15699>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]