diff options
author | Don Hinton <hintonda@gmail.com> | 2017-07-31 15:18:57 +0000 |
---|---|---|
committer | Don Hinton <hintonda@gmail.com> | 2017-07-31 15:18:57 +0000 |
commit | 1e4f60275f8ffc85772621215bf8ef78422364ae (patch) | |
tree | b473350da824462defe8b18c3ee44e6c1b9e0c22 /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py | |
parent | 84ae3364df10bf2639ddb29025c3e8224e33cea1 (diff) | |
download | bcm5719-llvm-1e4f60275f8ffc85772621215bf8ef78422364ae.tar.gz bcm5719-llvm-1e4f60275f8ffc85772621215bf8ef78422364ae.zip |
[docker] Fix unmatched quote problem in here-document on older versions of bash
Summary:
When outputing usage, emit here-document directly instead of
saving in a variable first -- avoids problem with bash 3.2.57 where an
unmatched ' in the here-document results in the following error:
./build_docker_image.sh: line 135: unexpected EOF while looking for matching `''
bash --version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin16)
Differential Revision: https://reviews.llvm.org/D36064
llvm-svn: 309568
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions