mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
/bin/sed works on both Solaris and RedHat Linux; /usr/bin/sed does not.
This commit is contained in:
parent
566d20951d
commit
4a9129c7e8
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
#! /usr/bin/sed -f
|
||||
#! /bin/sed -f
|
||||
s/{\\tt \\hackscore {}\\hackscore {}/\\sectcode{__/
|
||||
s/\\hackscore {}\\hackscore {}/__/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue