mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
377f5c8f06
It's capable of accurate measuring of traffic. PR: ports/53671 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
12 lines
362 B
Plaintext
12 lines
362 B
Plaintext
--- grude/grude.orig Tue Jun 24 11:38:38 2003
|
|
+++ grude/grude Tue Jun 24 11:39:18 2003
|
|
@@ -1418,7 +1418,7 @@
|
|
$erro = 'Can\'t save file components';
|
|
goto ERRO;
|
|
}
|
|
- if (system('tar c * | gzip -c > archive') != 0) {
|
|
+ if (system('tar cf - * | gzip -c > archive') != 0) {
|
|
$erro = 'Can\'t create compressed file';
|
|
goto ERRO;
|
|
}
|