Add missing script variable (#7036)
This commit is contained in:
parent
93e93a50ce
commit
b9fbe52f32
@ -1 +1 @@
|
|||||||
// test script 11
|
// test script 12
|
||||||
|
@ -16,6 +16,7 @@ function setup_git_user {
|
|||||||
|
|
||||||
# change into the build directory
|
# change into the build directory
|
||||||
BASEDIR=`dirname $0`
|
BASEDIR=`dirname $0`
|
||||||
|
GITLOG=./.git/gitcommand.log
|
||||||
pushd $BASEDIR
|
pushd $BASEDIR
|
||||||
|
|
||||||
echo "*** [cargo] Setting up GitHub config for parity"
|
echo "*** [cargo] Setting up GitHub config for parity"
|
||||||
|
@ -1 +1 @@
|
|||||||
// test script 16
|
// test script 17
|
||||||
|
Loading…
Reference in New Issue
Block a user