Skip to content

Commit

Permalink
Merge pull request #470 from OCSInventory-NG/fix_perl_sonoma
Browse files Browse the repository at this point in the history
fix(macOS): update perl shebang to use 5.30 version
  • Loading branch information
Atineon authored May 21, 2024
2 parents 9e31238 + 406007a commit 16a27cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions macosx/patches/perl_sonoma.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
--- ocsinventory-agent.orig 2024-05-14 17:10:08
+++ ocsinventory-agent 2024-05-14 17:09:16
@@ -1,4 +1,4 @@
-#!/usr/bin/perl
+#!/usr/bin/perl5.30

eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
if 0; # not running under some shell

0 comments on commit 16a27cb

Please sign in to comment.