Skip to content

Commit

Permalink
criu-ns: Update shebang line to python
Browse files Browse the repository at this point in the history
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 <csx@tuta.io>
  • Loading branch information
warusadura committed May 22, 2023
1 parent 63f9cab commit e751a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/criu-ns
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
import ctypes
import ctypes.util
import errno
Expand Down

0 comments on commit e751a2a

Please sign in to comment.