mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 18:25:14 +00:00
Currently, env.sh only contains the location of criu executable. Signed-off-by: Yicheng Qin <yichengq@google.com> Acked-by: Andrew Vagin <avagin@parallels.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
4 lines
78 B
Bash
Executable file
4 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
|
|
CRIU=$(readlink -f `dirname ${BASH_SOURCE[0]}`/../criu)
|
|
criu=$CRIU
|