Skip to content

Commit

Permalink
Issue RotherOSS#40: apply the -S trick for /usr/bin/env
Browse files Browse the repository at this point in the history
This might not be very portable. A better solution is to get rid of -X altogether.
  • Loading branch information
bschmalhofer committed May 27, 2020
1 parent d2532f8 commit 9aebca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/otobo.Daemon.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env perl -X
#!/usr/bin/env -S perl -X
# --
# OTOBO is a web-based ticketing system for service organisations.
# --
Expand Down

0 comments on commit 9aebca0

Please sign in to comment.