Removed the requirement to pass in at least one parameter to the script.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10642 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
geekboy15a 2010-07-09 19:42:03 +00:00
parent c14164f4f3
commit 9f2ced4e2b
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
#
if [ \
-z "$1" -o \
"$1" = "-?" -o \
"$1" = "-h" -o \
"$1" = "--help" \