mirror of https://github.com/acidanthera/audk.git
edksetup.sh: Code style
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15199 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8d25bed4bd
commit
ef9086c3a5
|
@ -56,6 +56,7 @@ else
|
|||
SetupEnv "$*"
|
||||
fi
|
||||
}
|
||||
|
||||
if [ $# -gt 1 ]
|
||||
then
|
||||
HelpMsg
|
||||
|
@ -65,5 +66,6 @@ then
|
|||
HelpMsg
|
||||
return
|
||||
fi
|
||||
|
||||
SourceEnv "$*"
|
||||
|
||||
|
|
Loading…
Reference in New Issue