From 7fbf2f4dc458fd939b63273ab1327511e0b5f3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriela=20D=27=C3=81vila=20Ferrara?= Date: Thu, 14 Jun 2018 15:25:10 +0200 Subject: [PATCH] Removing $optind variable --- Debugger/bin/google-cloud-debugger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debugger/bin/google-cloud-debugger b/Debugger/bin/google-cloud-debugger index 887bf24c8393..8dd465f9bbb2 100755 --- a/Debugger/bin/google-cloud-debugger +++ b/Debugger/bin/google-cloud-debugger @@ -58,7 +58,7 @@ if (count($argv) < 2) { showUsageAndDie(); } -$options = getopt('c:s:', ['config:', 'source-root:'], $optind) + [ +$options = getopt('c:s:', ['config:', 'source-root:']) + [ 'c' => null, 'config' => null, 's' => null,