diff options
Diffstat (limited to 'user/cram/die-py2-die.patch')
-rw-r--r-- | user/cram/die-py2-die.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/user/cram/die-py2-die.patch b/user/cram/die-py2-die.patch new file mode 100644 index 000000000..be88fa475 --- /dev/null +++ b/user/cram/die-py2-die.patch @@ -0,0 +1,8 @@ +--- cram-0.7/scripts/cram.old 2014-12-21 11:58:22.000000000 +0000 ++++ cram-0.7/scripts/cram 2018-10-11 06:10:04.000000000 +0000 +@@ -1,4 +1,4 @@ +-#!/usr/bin/env python ++#!/usr/bin/env python3 + import sys + + import cram |