diff options
author | Peter Powell <petpow@saberuk.com> | 2016-09-11 21:19:28 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2016-09-16 04:23:56 +0100 |
commit | 806e57433a38193ae14942ee60f573fe47f4b643 (patch) | |
tree | d02a60dca483d429505f77d74fb349552f57f7ff /tools | |
parent | 6c98c2987402d9e9310cad9af1bab523bd60cb51 (diff) |
Rewrite the build system directive parser.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/genssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genssl b/tools/genssl index 739f7fc7d..c88f9534f 100755 --- a/tools/genssl +++ b/tools/genssl @@ -31,7 +31,7 @@ use warnings FATAL => qw(all); use File::Temp(); # IMPORTANT: This script has to be able to run by itself so that it can be used -# by binary distributions where the make/utilities.pm module will not +# by binary distributions where the make/console.pm module will not # be available! sub prompt($$) { |