-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shebang line of the perl scripts #40
Milestone
Comments
The consensus is to make that change. |
bschmalhofer
added a commit
to bschmalhofer/otobo
that referenced
this issue
May 27, 2020
bschmalhofer
added a commit
to bschmalhofer/otobo
that referenced
this issue
May 27, 2020
Removed the -X flag as there is no apparent reason why all warnings should be turned off.
bschmalhofer
added a commit
to bschmalhofer/otobo
that referenced
this issue
May 27, 2020
This might not be very portable. A better solution is to get rid of -X altogether.
bschmalhofer
added a commit
to bschmalhofer/otobo
that referenced
this issue
May 28, 2020
bschmalhofer
added a commit
to bschmalhofer/otobo
that referenced
this issue
May 28, 2020
…Daemon.pl' No longer needed as the Shebank line has been adapted
bschmalhofer
added a commit
to bschmalhofer/otobo
that referenced
this issue
May 28, 2020
At least it was removed in the HEAD of the ((OTRS)) Comunity Edition
svenoe
added a commit
that referenced
this issue
May 28, 2020
Issue #40: looks like the -X flag is not needed
The changes have been made and no complaints so far. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The scripts assume that the system Perl in in /usr/bin/perl. However the official Perl docker image has perl in /usr/local/bin. Or some users might want to use perlbrew.
I suggest to change the Shebang to `#!/usr/bin/env perl'
The text was updated successfully, but these errors were encountered: