diff options
author | Hao Wu <hao.a.wu@intel.com> | 2016-11-11 16:08:35 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-11-14 19:33:04 +0800 |
commit | 24476311ed2d92b8ed7040ef101b019b2d3d7991 (patch) | |
tree | ab37045fa9903568868b71e4fa650c36e4e3eb60 /DuetPkg/PostBuild.bat | |
parent | b17d5507cfdfd10c4f1f5911ffe75fdc49fafa37 (diff) | |
download | edk2-24476311ed2d92b8ed7040ef101b019b2d3d7991.zip edk2-24476311ed2d92b8ed7040ef101b019b2d3d7991.tar.gz edk2-24476311ed2d92b8ed7040ef101b019b2d3d7991.tar.bz2 |
DuetPkg: Resolve white-space issues for post-build scripts & ReadMe
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'DuetPkg/PostBuild.bat')
-rw-r--r-- | DuetPkg/PostBuild.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/PostBuild.bat b/DuetPkg/PostBuild.bat index bdcafb8..df34fa7 100644 --- a/DuetPkg/PostBuild.bat +++ b/DuetPkg/PostBuild.bat @@ -1,6 +1,6 @@ @REM ## @file
@REM #
-@REM # Currently, Build system does not provide post build mechanism for module
+@REM # Currently, Build system does not provide post build mechanism for module
@REM # and platform building, so just use a bat file to do post build commands.
@REM # Originally, following post building command is for EfiLoader module.
@REM #
|