mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 22:04:35 +01:00
bash: use eof in expect commands instead of EOF
(for jhalfs)
This commit is contained in:
parent
d072573464
commit
2d30be476b
@ -80,7 +80,7 @@
|
||||
class="username">tester</systemitem> user:</para>
|
||||
|
||||
<screen><userinput remap="test">su -s /usr/bin/expect tester << EOF
|
||||
spawn make tests; expect EOF;
|
||||
spawn make tests; expect eof;
|
||||
EOF</userinput></screen>
|
||||
|
||||
<para>Install the package:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user