Fixed build_package_ruby's use of variables

pull/6371/head
murgatroid99 9 years ago
parent f897fec0db
commit 8cb5f2f413
  1. 2
      tools/run_tests/build_package_ruby.sh

@ -45,7 +45,7 @@ cp -r $EXTERNAL_GIT_ROOT/architecture={x86,x64},language=ruby,platform={windows,
# in the artifacts/ directory. They should be all equivalent though.
for arch in {x86,x64}; do
case arch in
case $arch in
x64)
ruby_arch=x86_64
;;

Loading…
Cancel
Save