From: Ralf S. Engelschall Date: Sat, 20 Mar 1999 13:49:32 +0000 (+0000) Subject: Add missing pipe char to "make dist" target. X-Git-Tag: OpenSSL_0_9_2b~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0f423567a72b68b617ad5554e51095f1017a9d7b;p=oweals%2Fopenssl.git Add missing pipe char to "make dist" target. Found by Richard Levitte --- diff --git a/Makefile.org b/Makefile.org index 04009e4d03..970ac8b5ab 100644 --- 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) - |\