From: Johann-S Date: Mon, 31 Jul 2017 10:07:22 +0000 (+0200) Subject: Add semicolon for our dist files in stamp.js (#23182) X-Git-Tag: v4.0.0-beta~28^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7641da387ebe56556eed1e2fc4f61af6b83b6bf0;p=thirdparty%2Fbootstrap.git Add semicolon for our dist files in stamp.js (#23182) --- diff --git a/build/stamp.js b/build/stamp.js index b76086f1d6..f1868d8795 100644 --- a/build/stamp.js +++ b/build/stamp.js @@ -29,7 +29,7 @@ if (typeof jQuery === 'undefined') { (function () { ` const stampEnd = ` -})()` +})();` process.stdout.write(stampTop)