projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0996afe
)
util: changed shebang on gem5img.py to python2.7
author
Ryan Gambord
<gambordr@oregonstate.edu>
Sun, 17 Mar 2019 03:52:34 +0000
(20:52 -0700)
committer
Ryan Gambord
<gambordr@oregonstate.edu>
Mon, 18 Mar 2019 21:00:17 +0000
(21:00 +0000)
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>
util/gem5img.py
patch
|
blob
|
history
diff --git
a/util/gem5img.py
b/util/gem5img.py
index f02ccb1058999a84fed0cb59e3dc97e13b9a8e5b..607f034e2013f7e8e26dd8310f22531a3b0bf9cf 100755
(executable)
--- a/
util/gem5img.py
+++ b/
util/gem5img.py
@@
-1,4
+1,4
@@
-#!/usr/bin/python
+#!/usr/bin/python
2.7
#
# gem5img.py
# Script for managing a gem5 disk image.