mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
ce4b91c109
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32820 a592a061-630c-0410-9148-cb99ea01b6c8
8 lines
185 B
Bash
8 lines
185 B
Bash
DIRNAME0=`dirname "$0"`
|
|
OUT_NAME=out/3
|
|
ROOT_OUTDIR="$DIRNAME0/$OUT_NAME"
|
|
SRC_DIR=lyx/src
|
|
EXE_TO_TEST=$SRC_DIR/lyx
|
|
|
|
EXE_TO_TEST=`readlink -f "$EXE_TO_TEST"` # softlinks can confuse "ps"
|