Skip to content

Commit 9130fef

Browse files
warusaduraavagin
authored andcommitted
criu-ns: Update shebang line to python
CentOS 7 CI environment uses Python 2. To execute criu-ns script in CentOS 7 changing the current shebang line to python is required. This reverse the changes made in a15a63f Signed-off-by: Dhanuka Warusadura <[email protected]>
1 parent f0e9358 commit 9130fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/criu-ns

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
#!/usr/bin/env python
22
import ctypes
33
import ctypes.util
44
import errno

0 commit comments

Comments
 (0)