Skip to content

Commit

Permalink
mxmount: Use /usr/local/system/perl/bin/perl
Browse files Browse the repository at this point in the history
We might transfer /usr/bin/perl to a /pkg package in the future as we
did with python. mxmount needs to be able to run before the automounter
is available. Update perl path to /usr/local/system/perl/bin/perl, which
is always available.
  • Loading branch information
donald committed Nov 19, 2018
1 parent 3040bec commit b30dc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxmount/mxmount
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#! /usr/local/system/perl/bin/perl

use strict;
use warnings;
Expand Down

0 comments on commit b30dc4b

Please sign in to comment.