1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 15:21:58 +02:00
This commit is contained in:
2019-11-06 16:22:44 +01:00
parent e1d6736ca5
commit 1de1cc58f2
2 changed files with 4 additions and 4 deletions

View File

@ -55,8 +55,8 @@ Bootstrap() {
exit 1
fi
if ! (test -e .Rbuildignore && grep -q 'travis-tool' .Rbuildignore); then
echo '^travis-tool\.sh$' >>.Rbuildignore
if ! (test -e .Rbuildignore && grep -q 'travis_tool' .Rbuildignore); then
echo '^travis_tool\.sh$' >>.Rbuildignore
fi
}