1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/utils/docker
Don Hinton 2b7aa220d0 [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
2017-07-31 15:18:57 +00:00
..
debian8 NFC. Fixed typos in the comments. 2017-07-24 16:02:29 +00:00
example NFC. Fixed typos in the comments. 2017-07-24 16:02:29 +00:00
nvidia-cuda
scripts [docker] Fix unmatched quote problem in here-document on older versions of bash 2017-07-31 15:18:57 +00:00
build_docker_image.sh [docker] Fix unmatched quote problem in here-document on older versions of bash 2017-07-31 15:18:57 +00:00
README

See llvm/docs/Docker.rst for details