patch at the wrong line

This commit is contained in:
Sébastien Loriot 2020-04-02 14:48:57 +02:00
parent 652a503509
commit 0c8c36fe90
1 changed files with 2 additions and 2 deletions

View File

@ -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" ]