milleruntime commented on issue #275: URL: https://github.com/apache/fluo-uno/issues/275#issuecomment-976951833
> shift merely strips $1 out of the functions $@ argument list, so that $@ now contains only the stuff after the first argument. This is done correctly in both those methods, where $component is read from $1, and then shift is called to pass the remaining $@ to the next script. But how does the second script know if $1 was stripped out or not? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
