mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
zdtm.py: use /usr/bin/env for interpreter
On debian/ubuntu systems, we don't have a /bin/env by default; on rhel systems (my limited testing seems to indcate that) /usr/bin/env is a symlink to /bin/env, so let's just use that so it works everywhere. Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
c64d8d229a
commit
24e7ad41c4
@@ -1,4 +1,4 @@
|
||||
#!/bin/env python
|
||||
#!/usr/bin/env python
|
||||
import argparse
|
||||
import yaml
|
||||
import os
|
||||
|
Reference in New Issue
Block a user