-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: sanoid-portable fails to launch perl subprocesses
- Loading branch information
Showing
4 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
diff --git a/findoid b/findoid | ||
index 0bb5e5f..d481c66 100755 | ||
--- a/findoid | ||
+++ b/findoid | ||
@@ -1,4 +1,5 @@ | ||
#!/usr/bin/perl | ||
+$ENV{APPERL_SCRIPTNAME} = 'perl'; | ||
|
||
# this software is licensed for use under the Free Software Foundation's GPL v3.0 license, as retrieved | ||
# from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
diff --git a/sanoid b/sanoid | ||
index 5150f3b..1a382f1 100755 | ||
--- a/sanoid | ||
+++ b/sanoid | ||
@@ -1,4 +1,5 @@ | ||
#!/usr/bin/perl | ||
+$ENV{APPERL_SCRIPTNAME} = 'perl'; | ||
|
||
# this software is licensed for use under the Free Software Foundation's GPL v3.0 license, as retrieved | ||
# from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
diff --git a/syncoid b/syncoid | ||
index 5ed00f0..1791ee6 100755 | ||
--- a/syncoid | ||
+++ b/syncoid | ||
@@ -1,4 +1,5 @@ | ||
#!/usr/bin/perl | ||
+$ENV{APPERL_SCRIPTNAME} = 'perl'; | ||
|
||
# this software is licensed for use under the Free Software Foundation's GPL v3.0 license, as retrieved | ||
# from http://www.gnu.org/licenses/gpl-3.0.html on 2014-11-17. A copy should also be available in this |