Skip to content
Snippets Groups Projects
Commit 6e51ebf3 authored by nyov's avatar nyov
Browse files

xonotic-linux-*.sh links did not work as intended, thanks to Kano for reporting

parent fd036680
Branches nyov/scriptfix
No related tags found
No related merge requests found
#!/bin/sh
path=`dirname "${0}"`
link=`readlink "${0}"`
[ -n "${link}" ] && path=`dirname "${link}"`
# (we cannot follow symlinks here, since we
# link -sdl.sh and -dedicated.sh to -glx.sh)
#link=`readlink "${0}"`
#[ -n "${link}" ] && path=`dirname "${link}"`
cd "${path}"
case "${0##*/}" in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment