[otrs-cvs] UnitTest/scripts AutoUnitTest.sh,1.10,1.11
"CVS commits notifications of OTRS.org" <[email protected]> Fri, 5 Apr 2013 11:57:39 +0000
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/UnitTest/scripts
In directory lancelot:/tmp/cvs-serv24337/scripts
Modified Files:
AutoUnitTest.sh
Log Message:
Fix content recognition for UnitTestAutoSetup.pl.
Author: mg
Index: AutoUnitTest.sh
===================================================================
RCS file: /home/cvs/UnitTest/scripts/AutoUnitTest.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -2 -u -d -r1.10 -r1.11
--- AutoUnitTest.sh 10 Mar 2011 22:02:14 -0000 1.10
+++ AutoUnitTest.sh 5 Apr 2013 11:57:34 -0000 1.11
@@ -44,5 +44,5 @@
# set executable
- if [ -e $FILE -a "`head -n1 $FILE`" = "#!/usr/bin/perl -w" ]; then
+ if [ -e $FILE -a "`head -n1 $FILE`" = "#!/usr/bin/perl" ]; then
chmod 755 $FILE
echo "Download $FILE... done";
---------------------------------------------------------------------
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