Use /usr/bin/env in shebangs
[kconfig-hardened-check.git] / kernel_hardening_checker / test_engine.py
index 8a9cbf7cc889dd945f72d879c604b4761582211a..9f709307e6e08c15dc269572b00a3aa3fb6d3cce 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3
+#!/usr/bin/env python3
 
 """
 This tool is for checking the security hardening options of the Linux kernel.