[PATCH 5/5] _populate_fs should use OPTIND when getopts is used

Anand Jain Anand.Jain at oracle.com
Thu Oct 20 10:41:22 CDT 2011


Signed-off-by: Anand Jain <Anand.Jain at oracle.com>
---
 common.rc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/common.rc b/common.rc
index e3c4e67..cab0b64 100644
--- a/common.rc
+++ b/common.rc
@@ -1547,6 +1547,7 @@ _populate_fs()
     root=root       # path of initial root of directory tree
     randomdata=false # -x data type urandom or zero
 
+    OPTIND=1
     while getopts "d:f:n:r:s:v:x" c
     do
         case $c in
-- 
1.7.7




More information about the xfs mailing list