Correct typo

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-08-09 16:50:30 -07:00
parent fc5c92cabc
commit d127c90924

View File

@ -57,7 +57,7 @@ my $rcfile;
my $rcfilename;
unless ( defined $vendor ) {
if ( -f /etc/os-release) {
if ( -f '/etc/os-release' ) {
my $id = `cat /etc/os-release | grep ^ID`;
chomp $id;