Skip to content

Commit

Permalink
Update the platform check comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Van-Ziegelstein committed Aug 26, 2018
1 parent b8fb291 commit d8c7919
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shadow_tune.pl
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,8 @@ sub help_dialogue {


#We try to determine the OS by checking what platform the Perl
#implementation was compiled for. Linux is the fallback value.
#implementation was compiled for.
#Only Windows, Mac and Linux are supported.
die "This platform seems to be unsupported.\n" unless
$^O eq 'MSWin32' ||
$^O eq 'darwin' ||
Expand Down

0 comments on commit d8c7919

Please sign in to comment.