diff options
author | Ryan Gambord <gambordr@oregonstate.edu> | 2019-03-16 20:52:34 -0700 |
---|---|---|
committer | Ryan Gambord <gambordr@oregonstate.edu> | 2019-03-18 21:00:17 +0000 |
commit | eba0a509d80182c479e41d28bf71d3061f18590b (patch) | |
tree | 6050185a3cb01af69e4a2c8a3f77a9c0a66aeb13 /util | |
parent | 0996afe2049e67d449557815af949caa79159e2e (diff) | |
download | gem5-eba0a509d80182c479e41d28bf71d3061f18590b.tar.xz |
util: changed shebang on gem5img.py to python2.7
Change-Id: Id1a2112ce940bf6721609e2637d925d35e5ded8a
Signed-off-by: Ryan Gambord <gambordr@oregonstate.edu>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17408
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'util')
-rwxr-xr-x | util/gem5img.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/gem5img.py b/util/gem5img.py index f02ccb105..607f034e2 100755 --- a/util/gem5img.py +++ b/util/gem5img.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2.7 # # gem5img.py # Script for managing a gem5 disk image. |