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

don't run mv unless the file exists #39

Conversation

agorararmard
Copy link
Contributor

The mv command that was used to rename the .tlef file was breaking the make, if the file didn't exist. So, I just added a check before running the mv to make sure the file exists. (the quick solution).

@RTimothyEdwards
Copy link
Owner

Pull request has been merged.

@agorararmard
Copy link
Contributor Author

@RTimothyEdwards: The CI build is currently failing because this PR hasn't been merged yet, and so if you try to install the pdk without the osu_t18 being there the build will fail/break at the mv command.

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.

None yet

2 participants