Skip to content

symLinks:Enhance the compatibility of regen.sh #374

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

Merged
merged 1 commit into from
Jul 8, 2025

Conversation

hgqxjj
Copy link
Contributor

@hgqxjj hgqxjj commented Jun 20, 2025

The regen.sh script throws an error on Linux due to the ( sed -i '' )
command, which is a syntax error on Linux because "-i " cannot be
followed by '' . To improve the script's compatibility, use the "uname"
command to detect the operating system type and apply ( sed -i )
on Linux accordingly.

@hgqxjj
Copy link
Contributor Author

hgqxjj commented Jul 8, 2025

@slawekjaranowski Could you please help review this PR when you have time? Thanks in advance!

@slawekjaranowski slawekjaranowski merged commit ec2c3ef into codehaus-plexus:master Jul 8, 2025
10 checks passed
@hgqxjj
Copy link
Contributor Author

hgqxjj commented Jul 8, 2025

@slawekjaranowski Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants