Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

airmon-ng.linux: fix shellcheck error SC2045 at lines 261-264, #2559

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 30, 2023

  1. airmon-ng.linux: fix shellcheck error SC2045 at lines 261-264

    line 261, Remove explanatory comment.
    line 262, Remove "shellcheck disable" comment.
    line 263 > 261, Change an unquoted command substitution containing an `ls` command into a glob expression on the same directory path. 
    line 264 > 261, Move the "type" directory name up one line.
    line 262, Add a test `[` for the existence of such a directory ( "$j" ).
    line 264 > 262, Change the argument to the `cat` command.
    lines 263 & 264, Add two parameter expansions of "$j".
    Keep the total line count and the later variables "$k" and "$i" on lines 266 and 267, respectively.
    wileyhy committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    2dc5f8b View commit details
    Browse the repository at this point in the history