Use printf instead of echo -n (the latter won't work on OS X's /bin/sh)
authorFilipe Cabecinhas <me@filcab.net>
Wed, 30 Jan 2013 00:48:11 +0000 (00:48 +0000)
committerFilipe Cabecinhas <me@filcab.net>
Wed, 30 Jan 2013 00:48:11 +0000 (00:48 +0000)
commit45f0c66bc38f948ebcc8940bb44a3089574be98f
treec2858dea68670309cb895919642eecae892d18f1
parent5368173f12b6abe4f45d1d48aa45a50c98fd35fc
Use printf instead of echo -n (the latter won't work on OS X's /bin/sh)

llvm-svn: 173867
lldb/scripts/Python/finish-swig-Python-LLDB.sh