HPCC-24416 replace shebang "/usr/bin/python" with "/usr/bin/env python" Reviewed-by: Michael Gardner Merged-by: Gavin Halliday <ghalliday@hpccsystems.com>
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
from __future__ import print_function
def cat(a, b):