[
https://issues.apache.org/jira/browse/KNOX-2629?focusedWorklogId=622168&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-622168
]
ASF GitHub Bot logged work on KNOX-2629:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Jul/21 19:13
Start Date: 13/Jul/21 19:13
Worklog Time Spent: 10m
Work Description: smolnar82 commented on pull request #465:
URL: https://github.com/apache/knox/pull/465#issuecomment-879334239
Thanks, @zeroflag for your contribution. It's a small but very important
change!
--
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]
Issue Time Tracking
-------------------
Worklog Id: (was: 622168)
Time Spent: 0.5h (was: 20m)
> Fix new shellcheck errors
> --------------------------
>
> Key: KNOX-2629
> URL: https://issues.apache.org/jira/browse/KNOX-2629
> Project: Apache Knox
> Issue Type: Task
> Reporter: Attila Magyar
> Assignee: Attila Magyar
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> With shellcheck v0.7.2 lots of new errors are coming such as:
> {code:java}
> In gateway-release-common/home/bin/knox-functions.sh line 25:
> APP_HOME_DIR=$(dirname "$APP_BIN_DIR")
> ^----------^ SC2153: Possible misspelling:
> APP_BIN_DIR may not be assigned, but APP_PID_DIR is.For more information:
> https://www.shellcheck.net/wiki/SC2153 -- Possible misspelling:
> APP_BIN_DIR...{code}
> {code:java}
> In ./gateway-shell-release/home/bin/knoxshell.sh line 30:
> . "$APP_BIN_DIR"/knox-functions.sh
> ^-- SC1091: Not following: ./knox-functions.sh: openBinaryFile: does not
> exist (No such file or directory) {code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)