1
0
mirror of synced 2026-01-20 17:38:02 +00:00

Unconfuse Emacs' syntax highlighting

This commit is contained in:
Axel Beckert 2019-02-07 16:10:31 +01:00
parent d5c4589519
commit c8316b0076

View File

@ -1783,13 +1783,13 @@ sub testRootUser
{
if ( $EFFECTIVE_USER_ID != 0 )
{
my $err = <<E_O_ROOT;
my $err = <<EOROOT;
In order to use this script you must be running with root privileges.
(This is necessary to mount the disk images which are created.)
E_O_ROOT
EOROOT
logprint($err);
$CONFIG{'FAIL'} = 1;