Skip to content

Commit

Permalink
mxmount: Add "use strict"
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Nov 19, 2018
1 parent 1d9bd5d commit c2626f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mxmount/mxmount
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/perl

use Sys::Hostname;
use strict;
use warnings;
use Sys::Hostname;

my $configfile = "/etc/mxmounts";
my $exports = "/etc/exports";
Expand Down

0 comments on commit c2626f3

Please sign in to comment.