Skip to Content.
Sympa Menu

sm-sorcery-bugs - [Sm-Sorcery-Bugs] [Bug 2054] added gzip compression option

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT metalab.unc.edu
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [Sm-Sorcery-Bugs] [Bug 2054] added gzip compression option
  • Date: Mon, 30 Dec 2002 12:46:27 -0500

http://bugs.sourcemage.org/show_bug.cgi?id=2054





------- Additional Comments From eric AT sandall.us 2002-12-30 12:46 -------
Take note that in the duplicated Bug #2055, the following was corrected, but
in
this report, the following is incorrect:

- bzip2 -cd $CACHE_BZ | tar -Pkx 1>/dev/null 2>&1
+ $COMPRESSBIN -cd $CACHE_BZ | tar -Pkx 1>/dev/null 2>&1

Should be:
- bzip2 -cd $CACHE_BZ | tar -Pkx 1>/dev/null 2>&1
+ $COMPRESSBIN -cd $CACHE_COMP | tar -Pkx 1>/dev/null 2>&1



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page