From b30dc4bd6fd31153ab8b78d89f7f508dd91592b7 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Mon, 19 Nov 2018 14:59:15 +0100 Subject: [PATCH] mxmount: Use /usr/local/system/perl/bin/perl 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. --- mxmount/mxmount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxmount/mxmount b/mxmount/mxmount index bf467e7..195cde2 100755 --- a/mxmount/mxmount +++ b/mxmount/mxmount @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#! /usr/local/system/perl/bin/perl use strict; use warnings;