提交 f8220f05 authored 作者: Frederic's avatar Frederic

Keep quoted space in argument passing

上级 605ee468
#!/bin/bash
date
START=`date +%s`
ARGS=$@
ARGS="$@"
PROFILING=""
RELEASE=""
if [ "$1" == "--release" ]; then
RELEASE="True"
shift
ARGS=$@
ARGS="$@"
fi
if [ "$1" == "--buildbot" ]; then
shift
ARGS=$@
ARGS="$@"
#we set the compiledir to the /Tmp dir to make the test faster by bypassing the nfs network.
COMPILEDIR=/Tmp/lisa_theano_compile_dir_theano
ROOT_CWD=/Tmp/nightly_build
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论