Ryan Gambord has submitted this change and it was merged. (
https://gem5-review.googlesource.com/c/public/gem5/+/17408 )
Change subject: util: changed shebang on gem5img.py to python2.7
......................................................................
util: changed shebang on gem5img.py to python2.7
Change-Id: Id1a2112ce940bf6721609e2637d925d35e5ded8a
Signed-off-by: Ryan Gambord <[email protected]>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/17408
Reviewed-by: Jason Lowe-Power <[email protected]>
Maintainer: Jason Lowe-Power <[email protected]>
---
M util/gem5img.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jason Lowe-Power: Looks good to me, approved; Looks good to me, approved
diff --git a/util/gem5img.py b/util/gem5img.py
index f02ccb1..607f034 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.
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/17408
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: Id1a2112ce940bf6721609e2637d925d35e5ded8a
Gerrit-Change-Number: 17408
Gerrit-PatchSet: 2
Gerrit-Owner: Ryan Gambord <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Ryan Gambord <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev