• Jiří Techet's avatar
    Perform execute using the default terminal application on OS X · 98ae34f1
    Jiří Techet yazdı
    In order to execute the runner script using the terminal application,
    the script has to be executable, otherwise it's not executed.
    
    In addition, when the terminal application starts, it sets $HOME
    as the working directory. For this reason the working directory
    has to be set in the runner script (to avoid additional ifdefs,
    this part is shared with other unix systems where the additional
    "cd" shouldn't matter).
    98ae34f1
build.c 86.2 KB