Browse Source

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
geekboy15a 14 years ago
parent
commit
9f2ced4e2b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      edksetup.sh

+ 0 - 1
edksetup.sh

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