From 0f423567a72b68b617ad5554e51095f1017a9d7b Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sat, 20 Mar 1999 13:49:32 +0000 Subject: [PATCH] Add missing pipe char to "make dist" target. Found by Richard Levitte --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) - |\ -- 2.34.1