Github user arina-ielchiieva commented on a diff in the pull request:
https://github.com/apache/drill/pull/1210#discussion_r181732701
--- Diff: distribution/src/resources/runbit ---
@@ -65,6 +65,47 @@ drill_rotate_log ()
fi
}
+args=( $@ )
+RBARGS=()
--- End diff --
Does `RBARGS` have some meaning? Maybe it better to give clearer naming?
Also please add comment describing that you remove debug string from
original args but leave all other args.---
