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
|
do
|
||||||
if [ -d "$f/package_info/$f" ]
|
if [ -d "$f/package_info/$f" ]
|
||||||
then
|
then
|
||||||
PACKAGES[$INDEX]+="$f"
|
PACKAGES[$INDEX]+="$f "
|
||||||
i=$[i+1]
|
i=$[i+1]
|
||||||
if [ $i = 3 ]
|
if [ $i = 3 ]
|
||||||
then
|
then
|
||||||
i=0
|
i=0
|
||||||
INDEX=$[INDEX+1]
|
INDEX=$[INDEX+1]
|
||||||
fi
|
fi
|
||||||
echo "$f " >> ./.travis/packages.txt
|
echo "$f" >> ./.travis/packages.txt
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
if [ -f ".travis.yml" ]
|
if [ -f ".travis.yml" ]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue