[CRIU] [PATCH] p.haul/test: use /usr/bin/env instead /bin/env

Laurent Dufour ldufour at linux.vnet.ibm.com
Thu Nov 12 03:04:00 PST 2015


Debian and Ubuntu (and may be other distro) doesn't have /bin/env but
only /usr/bin/env. Fedora and Red Hat sounds to provide the both but
/usr/bin/env seems to be the standard.

Signed-off-by: Laurent Dufour <ldufour at linux.vnet.ibm.com>
---
 test/zdtm/ct_init.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/zdtm/ct_init.py b/test/zdtm/ct_init.py
index f8c393dcb763..720e21f127f7 100755
--- a/test/zdtm/ct_init.py
+++ b/test/zdtm/ct_init.py
@@ -1,4 +1,4 @@
-#!/bin/env python
+#!/usr/bin/env python
 import os
 import sys
 import signal
-- 
1.9.1



More information about the CRIU mailing list