Skip to content

Conversation

elboulangero
Copy link
Contributor

While building proxmark3 in an environment without git installed, I noticed the following errors on stderr:

mkversion create test                   env: 'git': No such file or directory
stat: cannot statx '../README.md': No such file or directory

The first line "env: 'git': No such file or directory" is expected, as git is not installed.

However, the second line "stat: cannot statx '../README.md': No such file or directory" is a real error: we're running from top-level directory, so the correct path for README.md is just "README.md".

While building proxmark3 in an environment without `git` installed, I
noticed the following errors on stderr:

```
mkversion create test                   env: 'git': No such file or directory
stat: cannot statx '../README.md': No such file or directory
```

The first line "env: 'git': No such file or directory" is expected, as
git is not installed.

However, the second line "stat: cannot statx '../README.md': No such
file or directory" is a real error: we're running from top-level
directory, so the correct path for README.md is just "README.md".
Copy link

You are welcome to add an entry to the CHANGELOG.md as well

@iceman1001 iceman1001 merged commit edb74d0 into RfidResearchGroup:master Sep 13, 2024
1 check passed
@iceman1001
Copy link
Collaborator

Nice catch!

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.

2 participants