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 makeself-header.sh to better handle relative paths and provide… #328

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 12, 2024

  1. Update makeself-header.sh to better handle relative paths and provide…

    … a launching script name to a startup_script
    
    Update the ARCHIVE_DIR variable to provide an absolute path even when the makeself script is launched with a relative path. An absolute path is needed when the startup script is ask to place folder and files in a directory relative to the makeself script location.
    
    Add the ARCHIVE_BASE variable. This provides the name of the originating makeself script. This is useful to provide feedback to the user in for example 'usage' messages.
    poliphant committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9fa4d88 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Update makeself-header.sh

    replaced with back ticks for better backward compatibility
    poliphant committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b3a9a75 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    efc23d1 View commit details
    Browse the repository at this point in the history