• Solly Ross's avatar
    Follow symbolic links in launch.sh · 2ace90e6
    Solly Ross authored
    Previously, in launch.sh, `$HERE` was the directory of `$0`.
    However, if `$0` was actually a symlink, `$HERE` would be
    wherever the symlink was, which could cause issues (for
    example, the script wouldn't be able to local `$WEB` or
    `$WEBSOCKIFY` properly).
    
    Now, `$HERE` looks at whatever `$0` points at instead.
    
    Closes #447.
    2ace90e6
Name
Last commit
Last update
docs Loading commit data...
images Loading commit data...
include Loading commit data...
tests Loading commit data...
utils Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
karma.conf.js Loading commit data...
package.json Loading commit data...
vnc.html Loading commit data...
vnc_auto.html Loading commit data...