Skip to content

Fix use of undefined variable in shell script#11

Open
gkapetanakis wants to merge 1 commit into
huangruiteng:masterfrom
gkapetanakis:master
Open

Fix use of undefined variable in shell script#11
gkapetanakis wants to merge 1 commit into
huangruiteng:masterfrom
gkapetanakis:master

Conversation

@gkapetanakis
Copy link
Copy Markdown

Notes/snippets/shell-example-process-files.sh appends to an undefined variable (with >> "$new_file_list") and also reads from a deleted file (< "$unique_file"). It seems to me that "$new_file_list" should have been "$unique_file", which is what this PR changes.

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

Successfully merging this pull request may close these issues.

1 participant