sbopkg/tools
orbea 836c067774
Fix parsing errors with shellcheck.
Fixes shellcheck parsing errors by using safer quoting practices with
    eval.

    Line 217:
        for FILE in $SBOPKG_REPOS_D/*.repo; do
        ^-- SC1009: The mentioned syntax error was in this for loop.

    Line 219:
            while read LINE; do
            ^-- SC1073: Couldn't parse this while loop. Fix to allow more checks.
                             ^-- SC1061: Couldn't find 'done' for this 'do'.

    Line 221:
                eval TMPARRAY=( "$LINE" )
                              ^-- SC1036: '(' is invalid here. Did you forget to escape it?
                              ^-- SC1062: Expected 'done' matching previously mentioned 'do'.
                              ^-- SC1072: Expected 'done'. Fix any mentioned problems and try again.
                              ^-- SC1098: Quote/escape special characters when using eval, e.g. eval "a=(b)".

    Line 3054:
        for i in ${!MD5SUM[@]}; do
        ^-- SC1009: The mentioned syntax error was in this for loop.

    Line 3056:
            while :; do
            ^-- SC1073: Couldn't parse this while loop. Fix to allow more checks.
                     ^-- SC1061: Couldn't find 'done' for this 'do'.

    Line 3065:
                eval SRCNAME=( $(
                             ^-- SC1036: '(' is invalid here. Did you forget to escape it?
                             ^-- SC1062: Expected 'done' matching previously mentioned 'do'.
                             ^-- SC1072: Expected 'done'. Fix any mentioned problems and try again.
                             ^-- SC1098: Quote/escape special characters when using eval, e.g. eval "a=(b)".

Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
2018-04-27 22:35:52 +07:00
..
ChangeLog-current.txt tag and release 0.37.0 2013-12-09 15:18:45 +00:00
ChangeLog-latest.txt Fix parsing errors with shellcheck. 2018-04-27 22:35:52 +07:00
current-download RELEASE: 0.38.1. 2016-09-01 20:58:28 +07:00
current-package RELEASE: 0.38.1. 2016-09-01 20:58:28 +07:00
current-source RELEASE: 0.38.1. 2016-09-01 20:58:28 +07:00
current-version RELEASE: 0.38.1. 2016-09-01 20:58:28 +07:00
doinst.sh Update SlackBuild script to accomodate blacklist. 2018-01-17 09:49:30 +07:00
sbopkg8.html RELEASE: 0.38.1. 2016-09-01 20:58:28 +07:00
sbopkg-conf5.html RELEASE: 0.38.1. 2016-09-01 20:58:28 +07:00
sbopkg-help RELEASE: 0.38.1. 2016-09-01 20:58:28 +07:00
sbopkg.SlackBuild Update SlackBuild script to accomodate blacklist. 2018-01-17 09:49:30 +07:00
slack-desc RELEASE: 0.38.0. 2016-07-02 00:17:54 +07:00
sqg8.html sqg: Added manual page. 2017-06-25 15:58:26 +07:00
sspm Update all references to github. 2015-06-11 23:32:54 +07:00