Skip to content

Prevent duble globbing #110

Closed
Closed
@spirillen

Description

@spirillen

For what I can tell, you should not be using several double quotes inside the same echo command to use the VAR

echo -e "\nFile \"$file\" not proerly sorted!\n\nDiff between current and the correct version:" 1>&2

The following line should be doing the same, but with less potential of failures

echo -e "\nFile $file not properly sorted!\n\nDiff between current and the correct version:" 1>&2

PS: you have a typo in proerly sed s/proerly/properly/

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions