From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: shenglei.zhang@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Fri, 05 Jul 2019 07:40:22 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jul 2019 07:40:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,455,1557212400"; d="scan'208";a="339853276" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by orsmga005.jf.intel.com with ESMTP; 05 Jul 2019 07:40:20 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao Subject: [PATCH 0/3] BaseTools: Change FMMT,BfmLib and FCE script type in PosixLike Date: Fri, 5 Jul 2019 22:40:11 +0800 Message-Id: <20190705144014.21004-1-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 The existing scripts are PC type, which cause the tools can't be used conveniently like "FMMT -h" in all directories. So change them to UNIX type to fix this problem. Cc: Bob Feng Cc: Liming Gao Signed-off-by: Shenglei Zhang Shenglei Zhang (3): BaseTools/FMMT: Change FMMT script type in PosixLike BaseTools/FMMT: Change BfmLib script type in PosixLike BaseTools/FMMT: Change FCE script type in PosixLike BaseTools/BinWrappers/PosixLike/BfmLib | 58 +++++++++++++------------- BaseTools/BinWrappers/PosixLike/FCE | 58 +++++++++++++------------- BaseTools/BinWrappers/PosixLike/FMMT | 58 +++++++++++++------------- 3 files changed, 87 insertions(+), 87 deletions(-) -- 2.18.0.windows.1