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

Commits on Mar 10, 2024

  1. Update zksync-env.sh

    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.
    Alexlesch98 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    f7e4432 View commit details
    Browse the repository at this point in the history