File 2204-scripts-diffable-Correct-the-number-of-modules-being.patch of Package erlang
From 3916346a625ba3be672374395b41eb0dd6f84d4f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= <bjorn@erlang.org>
Date: Tue, 23 Oct 2018 09:37:15 +0200
Subject: [PATCH 4/4] scripts/diffable: Correct the number of modules being
compiled
---
scripts/diffable | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/diffable b/scripts/diffable
index 28dc71c69e..532a7bb5c5 100755
--- a/scripts/diffable
+++ b/scripts/diffable
@@ -22,7 +22,7 @@ usage() ->
"\n"
"DESCRIPTION\n"
"\n"
- "Compile some applications from OTP (more than 700 modules) to either\n"
+ "Compile some applications from OTP (about 1000 modules) to either\n"
".S files or .dis files. The files are massaged to make them diff-friendly.\n"
"\n"
"The --legacy-asm options forces the output file to be in Latin1 encoding\n"
--
2.16.4