From 3d54f6d42c303a2b17b1a882634444fc1319a9a1 Mon Sep 17 00:00:00 2001 From: Andrea Mondelli Date: Thu, 10 Jan 2019 10:12:41 -0500 Subject: misc: updated shabang for python script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The default python on MacOS doesn’t have an alias to python2. The official python version supported in gem5 is Python2.7. This patch updates the shabang according to the version required in gem5. Change-Id: I9533c0f7858b5b3cab0ef101be1ee5cd718105b0 Reviewed-on: https://gem5-review.googlesource.com/c/15375 Maintainer: Andreas Sandberg Reviewed-by: Jason Lowe-Power Reviewed-by: Andreas Sandberg --- util/pbs/send.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/pbs/send.py') diff --git a/util/pbs/send.py b/util/pbs/send.py index 62ab2e5b9..d5136502b 100755 --- a/util/pbs/send.py +++ b/util/pbs/send.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python2.7 # Copyright (c) 2005 The Regents of The University of Michigan # All rights reserved. # -- cgit v1.2.3