mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
Let nsfb script be able to run nsfb from other directories.
svn path=/trunk/netsurf/; revision=6587
This commit is contained in:
parent
756c393abb
commit
7b838593f2
6
nsfb
6
nsfb
@ -12,11 +12,11 @@ else
|
|||||||
LOG=netsurf-log.txt
|
LOG=netsurf-log.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -x nsfb-sdl ]; then
|
if [ -x $(dirname $0)/nsfb-sdl ]; then
|
||||||
TYPE=-sdl
|
TYPE=-sdl
|
||||||
elif [ -x nsfb-linux ]; then
|
elif [ -x $(dirname $0)/nsfb-linux ]; then
|
||||||
TYPE=-linux
|
TYPE=-linux
|
||||||
elif [ -x nsfb-dummy ]; then
|
elif [ -x $(dirname $0)/nsfb-dummy ]; then
|
||||||
TYPE=-dummy
|
TYPE=-dummy
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user