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

Stop parsing output of ls #18

Open
Gunni opened this issue Sep 3, 2019 · 0 comments
Open

Stop parsing output of ls #18

Gunni opened this issue Sep 3, 2019 · 0 comments

Comments

@Gunni
Copy link
Contributor

Gunni commented Sep 3, 2019

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant