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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hgqxjj
Copy link

@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.

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