diff options
author | EuAndreh <eu@euandre.org> | 2021-07-27 12:01:18 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-27 12:01:21 -0300 |
commit | f428574ec4bf3d65954ed1b0c34ed86730f67647 (patch) | |
tree | 09b05e02770b9bbc0c943a67e13c706d67826e9d /aux/assert-shellcheck.sh | |
parent | aux/: Stick to 80 columns (diff) | |
download | git-permalink-f428574ec4bf3d65954ed1b0c34ed86730f67647.tar.gz git-permalink-f428574ec4bf3d65954ed1b0c34ed86730f67647.tar.xz |
Remove extra \\ after | in line breaks
Implements #task-1f103822-c865-254c-f6b6-4968f2fb473e.
Diffstat (limited to 'aux/assert-shellcheck.sh')
-rwxr-xr-x | aux/assert-shellcheck.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/assert-shellcheck.sh b/aux/assert-shellcheck.sh index 1779ea8..29d66a5 100755 --- a/aux/assert-shellcheck.sh +++ b/aux/assert-shellcheck.sh @@ -1,6 +1,6 @@ #!/bin/sh set -eu -git ls-files | \ - xargs awk 'FNR==1 && /^#!\/bin\/sh$/ { print FILENAME }' | \ +git ls-files | + xargs awk 'FNR==1 && /^#!\/bin\/sh$/ { print FILENAME }' | xargs shellcheck |