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

Removed the method CommandLineBasedKeystoreGenerator::getSplitCommand… #203

Merged
merged 1 commit into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. Removed the method CommandLineBasedKeystoreGenerator::getSplitCommand…

    …NameBasedOnOeratingSystem
    
    Removed the above mentioned method. It was returning "gcsplit" when the "os.name" property was "mac", and "csplit" otherwise.
    
    Since Intersmash supports only Linux execution, I hardcoded the value "csplit" where the method call was returning this value, as it is not supposed to change.
    TheMarvelFan committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    395693e View commit details
    Browse the repository at this point in the history