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

Update zksync-env.sh #600

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

Conversation

Alexlesch98
Copy link

Changes made:

1.Improved formatting and indentation for better readability.
2. Enclosed variable expansions in double quotes to prevent word splitting and globbing issues.
3. Replaced some subshell executions ($(...)) with command substitution (cmd || true) for better error handling.
4. Reorganized the script structure for clarity and easier maintenance.
5. Added missing double quotes around file paths to handle paths with spaces or special characters properly.
6. Simplified some conditional statements and error handling.
7. Improved comments for clarity.

Changes made:

1.Improved formatting and indentation for better readability.
2. Enclosed variable expansions in double quotes to prevent word splitting and globbing issues.
3. Replaced some subshell executions ($(...)) with command substitution (cmd || true) for better error handling.
4. Reorganized the script structure for clarity and easier maintenance.
5. Added missing double quotes around file paths to handle paths with spaces or special characters properly.
6. Simplified some conditional statements and error handling.
7. Improved comments for clarity.
@NDT3117
Copy link

NDT3117 commented Mar 13, 2024

Nice

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