<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/x-indent.sh, branch 3.6.x</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://openid.arctica-project.org/nx-libs/atom?h=3.6.x</id>
<link rel='self' href='https://openid.arctica-project.org/nx-libs/atom?h=3.6.x'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/'/>
<updated>2021-06-07T13:05:45+00:00</updated>
<entry>
<title>shellcheck: Fix SC2230 issue</title>
<updated>2021-06-07T13:05:45+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2021-06-07T12:32:08+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=6bada8f63d98128b269fb379194aead1eacbd711'/>
<id>urn:sha1:6bada8f63d98128b269fb379194aead1eacbd711</id>
<content type='text'>
 ./nx-X11/x-indent.sh line 5:
 INDENT=$(which gnuindent || which gindent || which indent)
          ^---^ SC2230: which is non-standard. Use builtin 'command -v' instead.
                             ^---^ SC2230: which is non-standard. Use builtin 'command -v' instead.
                                              ^---^ SC2230: which is non-standard. Use builtin 'command -v' instead.

 For more information:
   https://www.shellcheck.net/wiki/SC2230 -- which is non-standard. Use builti...

Signed-off-by: Mike Gabriel &lt;mike.gabriel@das-netzwerkteam.de&gt;
</content>
</entry>
<entry>
<title>shellcheck: Fix SC2006 issue</title>
<updated>2021-01-31T13:17:39+00:00</updated>
<author>
<name>Mario Trangoni</name>
<email>mjtrangoni@gmail.com</email>
</author>
<published>2021-01-31T13:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=5b628e2d79bce67b255690e0a54a0a488bbb05e0'/>
<id>urn:sha1:5b628e2d79bce67b255690e0a54a0a488bbb05e0</id>
<content type='text'>
See,

$ find . -name "*.sh" | xargs shellcheck -i SC2006

In ./roll-tarballs.sh line 62:
    echo "HEAD (on branch `git rev-parse --abbrev-ref HEAD`)"
                          ^-- SC2006: Use $(...) notation instead of legacy backticked `...`.

Did you mean:
    echo "HEAD (on branch $(git rev-parse --abbrev-ref HEAD))"

In ./nx-X11/x-indent-all.sh line 2:
where=`dirname $0`
      ^----------^ SC2006: Use $(...) notation instead of legacy backticked `...`.

Did you mean:
where=$(dirname $0)

In ./nx-X11/x-indent.sh line 5:
INDENT=`which gnuindent || which gindent || which indent`
       ^-- SC2006: Use $(...) notation instead of legacy backticked `...`.

Did you mean:
INDENT=$(which gnuindent || which gindent || which indent)

For more information:
  https://www.shellcheck.net/wiki/SC2006 -- Use $(...) notation instead of le...

Signed-off-by: Mario Trangoni &lt;mjtrangoni@gmail.com&gt;
</content>
</entry>
<entry>
<title>Copy x-indent.sh and x-indent-all.sh from xorg/util/modular.</title>
<updated>2016-06-21T02:06:28+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-07T08:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=7f7c96c7c3ced441c59f4791ecc145a35dbd7286'/>
<id>urn:sha1:7f7c96c7c3ced441c59f4791ecc145a35dbd7286</id>
<content type='text'>
</content>
</entry>
</feed>
