# HG changeset patch # User Pascal Bellard # Date 1550052534 -3600 # Node ID 48ae45dab042953de7612c02fbcb5baefc4d9ab2 # Parent 8ba0c1488f0ca18bed87aaa8167b84c47de81381 syslinux/iso2exe/init: typo diff -r 8ba0c1488f0c -r 48ae45dab042 syslinux/stuff/iso2exe/init --- a/syslinux/stuff/iso2exe/init Wed Feb 13 11:04:40 2019 +0100 +++ b/syslinux/stuff/iso2exe/init Wed Feb 13 11:08:54 2019 +0100 @@ -763,7 +763,7 @@ uuencode -m - < ifmem.bin | sed -e 's|^[ \t]*||;s|[ \t]*###.*||' \ -e '/^ifmemcode$/r/dev/stdin' -e '/^ifmemcode$/d' -i $0.tmp uuencode -m - < bootloader.bin | sed -e '/^bootloader$/r/dev/stdin' \ - -e '/^bootloader$/d' -e '/install-begin$/,/install-end$/d' -i $0.rmp + -e '/^bootloader$/d' -e '/install-begin$/,/install-end$/d' -i $0.tmp mv -f $0.tmp $0; exit fi #install-end parse_isolinux()