bash: use eof in expect commands instead of EOF

(for jhalfs)
This commit is contained in:
Xi Ruoyao 2021-07-19 21:10:06 +08:00
parent d072573464
commit 2d30be476b
No known key found for this signature in database
GPG Key ID: D95E4716CCBB34DC

View File

@ -80,7 +80,7 @@
class="username">tester</systemitem> user:</para> class="username">tester</systemitem> user:</para>
<screen><userinput remap="test">su -s /usr/bin/expect tester &lt;&lt; EOF <screen><userinput remap="test">su -s /usr/bin/expect tester &lt;&lt; EOF
spawn make tests; expect EOF; spawn make tests; expect eof;
EOF</userinput></screen> EOF</userinput></screen>
<para>Install the package:</para> <para>Install the package:</para>