Add missing script variable (#7036)

This commit is contained in:
Jaco Greeff 2017-11-13 13:11:32 +01:00 committed by GitHub
parent 93e93a50ce
commit b9fbe52f32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
// test script 11
// test script 12

View File

@ -16,6 +16,7 @@ function setup_git_user {
# change into the build directory
BASEDIR=`dirname $0`
GITLOG=./.git/gitcommand.log
pushd $BASEDIR
echo "*** [cargo] Setting up GitHub config for parity"

View File

@ -1 +1 @@
// test script 16
// test script 17