mirror of https://github.com/acidanthera/audk.git
BaseTools: Regression bug Linux script used windows format
regression by15e2022825
and9f3594782d
Linux execute script must use '\n' not '\r\n' for end of line Cc: Liming Gao <liming.gao@intel.com> Cc: Yonghong Zhu <yonghong.zhu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com> Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
parent
1737b7e3b4
commit
3eb747c16b
|
@ -11,4 +11,4 @@ dir=$(dirname "$full_cmd")
|
|||
cmd=${full_cmd##*/}
|
||||
|
||||
export PYTHONPATH="$dir/../../Source/Python${PYTHONPATH:+:"$PYTHONPATH"}"
|
||||
exec "${python_exe:-python}" -m $cmd.$cmd "$@"
|
||||
exec "${python_exe:-python}" -m $cmd.$cmd "$@"
|
||||
|
|
|
@ -11,4 +11,4 @@ dir=$(dirname "$full_cmd")
|
|||
cmd=${full_cmd##*/}
|
||||
|
||||
export PYTHONPATH="$dir/../../Source/Python${PYTHONPATH:+:"$PYTHONPATH"}"
|
||||
exec "${python_exe:-python}" -m $cmd.$cmd "$@"
|
||||
exec "${python_exe:-python}" -m $cmd.$cmd "$@"
|
||||
|
|
Loading…
Reference in New Issue