mirror of https://github.com/python/cpython
/bin/sed works on both Solaris and RedHat Linux; /usr/bin/sed does not.
This commit is contained in:
parent
566d20951d
commit
4a9129c7e8
|
@ -1,3 +1,3 @@
|
|||
#! /usr/bin/sed -f
|
||||
#! /bin/sed -f
|
||||
s/{\\tt \\hackscore {}\\hackscore {}/\\sectcode{__/
|
||||
s/\\hackscore {}\\hackscore {}/__/
|
||||
|
|
Loading…
Reference in New Issue