[otrs-cvs] Support/Kernel/System/Support OS.pm,1.29,1.30
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/Support/Kernel/System/Support
In directory lancelot:/tmp/cvs-serv11979/Kernel/System/Support
Modified Files:
OS.pm
Log Message:
$^X actually does NOT point to Perl executable under mod_perl, see also https://github.com/pjcj/Devel--Cover/issues/27
Author: mb
Index: OS.pm
===================================================================
RCS file: /home/cvs/Support/Kernel/System/Support/OS.pm,v
retrieving revision 1.29
retrieving revision 1.30
diff -2 -u -d -r1.29 -r1.30
--- OS.pm 16 Jan 2013 09:38:02 -0000 1.29
+++ OS.pm 23 Jan 2013 13:01:40 -0000 1.30
@@ -273,8 +273,8 @@
my $TmpSumString;
- if ( open( $TmpSumString, "$^X $Home/bin/otrs.CheckModules.pl nocolors |" ) ) {
+ if ( open( $TmpSumString, "perl $Home/bin/otrs.CheckModules.pl nocolors |" ) ) {
my $TmpLog;
- open( $TmpSumString, "$^X $Home/bin/otrs.CheckModules.pl nocolors |" );
+ open( $TmpSumString, "perl $Home/bin/otrs.CheckModules.pl nocolors |" );
while (<$TmpSumString>) {
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log