Skip to content

Stop parsing output of ls #18

@Gunni

Description

@Gunni

Output of ls should not be parsed, it doesn't cause a problem in our use, but it should be avoided in all applications as a general principle.

Code: https://github.com/advania/pass/blob/master/db/migrate.sh#L30

Likely solution:

for file in *.sql;
do
	something $file
done

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