Skip to content

to do shellcheck for all shell scripts #127

@alex-tu-cc

Description

@alex-tu-cc

so that we can prevent issue like 379b789
It can be picked up by shellcheck

╰─>shellcheck late/scripts/chroot.sh 

In late/scripts/chroot.sh line 68:
    . /usr/share/dell/scripts/FAIL-SCRIPT
      ^-- SC1091: Not following: /usr/share/dell/scripts/FAIL-SCRIPT was not specified as input (see shellcheck -x).


In late/scripts/chroot.sh line 84:
    if ! -e "$TARGET/pts"; then
         ^-- SC2215: This flag is used as a command name. Bad line break or missing [ .. ]?


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions