[PATCH 7/9] dim: fix a misplaced comment about script arrangement

Jani Nikula jani.nikula at intel.com
Thu Mar 29 08:45:59 UTC 2018


Amend with command line parsing while at it.

Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
 dim | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/dim b/dim
index 54cbfe956c18..5e931976fae0 100755
--- a/dim
+++ b/dim
@@ -103,6 +103,11 @@ dim_test_request_recipients=(
 # integration configuration
 dim_integration_config=nightly.conf
 
+#
+# Only function and alias definitions until the command line pargument parsing
+# and subcommand handling at the end.
+#
+
 function read_integration_config
 {
 	# clear everything first to allow configuration reload
@@ -157,10 +162,6 @@ function pause
 }
 
 #
-# Only function and alias definitions until the subcommand handling at the end.
-#
-
-#
 # Variable naming convetion:
 #
 # repo:
-- 
2.11.0



More information about the dim-tools mailing list