diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-08 03:42:23 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-08 03:42:23 (GMT) |
commit | 4a9129c7e86e0150a802f941af77df9d8c6d1dc1 (patch) | |
tree | d4af813fe237042032ba26e0bcfa25c3bc74ecf5 /Doc/tools/fix_libaux.sed | |
parent | 566d20951d2192ffe7ff77e367227208e014bcc2 (diff) | |
download | cpython-4a9129c7e86e0150a802f941af77df9d8c6d1dc1.zip cpython-4a9129c7e86e0150a802f941af77df9d8c6d1dc1.tar.gz cpython-4a9129c7e86e0150a802f941af77df9d8c6d1dc1.tar.bz2 |
/bin/sed works on both Solaris and RedHat Linux; /usr/bin/sed does not.
Diffstat (limited to 'Doc/tools/fix_libaux.sed')
-rwxr-xr-x | Doc/tools/fix_libaux.sed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/fix_libaux.sed b/Doc/tools/fix_libaux.sed index 459b7e8..fb33cc5 100755 --- a/Doc/tools/fix_libaux.sed +++ b/Doc/tools/fix_libaux.sed @@ -1,3 +1,3 @@ -#! /usr/bin/sed -f +#! /bin/sed -f s/{\\tt \\hackscore {}\\hackscore {}/\\sectcode{__/ s/\\hackscore {}\\hackscore {}/__/ |