From 88282c0846b7232287fc387682b1b5337d56cf64 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Sat, 16 May 2020 19:49:23 +0300 Subject: Fix config_h.SH duplication due to re-running Porting/config_h.pl Quoting Porting/config_h.pl : # This script is run just after metaconfig, and it # is run ONLY ONCE. Not to be used afterwards It looks like e849841dca2a8b11119997585f795647c52cdcdf accidentally did re-run it, resulting in some duplication in config_h.SH. (Also includes regenerated uconfig.h by regen/uconfig_h.pl) --- uconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uconfig.h') diff --git a/uconfig.h b/uconfig.h index d74c417c2d..2d38ac4f32 100644 --- a/uconfig.h +++ b/uconfig.h @@ -5256,6 +5256,6 @@ #endif /* Generated from: - * 15acb59ff9e808ff9fbebc95510c0bed8b1de705034bf4b22482bfa431da15b6 config_h.SH + * cc910600600e832a5ad4789896a093ec8e001c4dec9ee3c7d7a3e6ba880651c7 config_h.SH * e598046e9da73796e21226371ce26e8f2144852e0f5da7f00e52e1dbe1eaeaa6 uconfig.sh * ex: set ro: */ -- cgit v1.2.1