projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4f2fe4
)
Add missing pipe char to "make dist" target.
author
Ralf S. Engelschall
<rse@openssl.org>
Sat, 20 Mar 1999 13:49:32 +0000
(13:49 +0000)
committer
Ralf S. Engelschall
<rse@openssl.org>
Sat, 20 Mar 1999 13:49:32 +0000
(13:49 +0000)
Found by Richard Levitte <levitte@stacken.kth.se>
Makefile.org
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 04009e4d0336ad5c9a3aa1ae9810e419fce5e215..970ac8b5ab1e993e2c2af7b3fbed032d3e80cd01 100644
(file)
--- a/
Makefile.org
+++ b/
Makefile.org
@@
-289,7
+289,7
@@
errors:
tar:
@gtar --no-recursion -cvf - \
- `find * -depth -print | grep -v CVS | grep -v .cvsignore | grep -v STATUS sort` |\
+ `find * -depth -print | grep -v CVS | grep -v .cvsignore | grep -v STATUS
|
sort` |\
tardy --user_number=0 --user_name=openssl \
--group_number=0 --group_name=openssl \
--prefix=openssl-$(VERSION) - |\