mirror of https://github.com/CGAL/cgal
patch at the wrong line
This commit is contained in:
parent
652a503509
commit
0c8c36fe90
|
|
@ -21,14 +21,14 @@ for f in *
|
|||
do
|
||||
if [ -d "$f/package_info/$f" ]
|
||||
then
|
||||
PACKAGES[$INDEX]+="$f"
|
||||
PACKAGES[$INDEX]+="$f "
|
||||
i=$[i+1]
|
||||
if [ $i = 3 ]
|
||||
then
|
||||
i=0
|
||||
INDEX=$[INDEX+1]
|
||||
fi
|
||||
echo "$f " >> ./.travis/packages.txt
|
||||
echo "$f" >> ./.travis/packages.txt
|
||||
fi
|
||||
done
|
||||
if [ -f ".travis.yml" ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue