Don't use "echo -n" in /bin/sh scripts on MacOSX
commitc494c3a145008f65d349611eb2d09d0c33f1ab23
authorDaniel Sloof <goapsychadelic@gmail.com>
Thu, 18 Jul 2013 18:15:36 +0000 (18 11:15 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 19 Jul 2013 00:28:44 +0000 (18 17:28 -0700)
tree2b686186a8ce35ea8702e4ac422dc34360e5d580
parent079dc468ca1b91962ea4d03591eb4991aace6ecf
Don't use "echo -n" in /bin/sh scripts on MacOSX

The shell builtin implementation of echo on MacOSX
doesn't respect the -n flag.  This is the only usage of it
in our stack so far and we can avoid it by hiding the generated
token from the linter in a different way.
hphp/runtime/ext_hhvm/make_systemlib.sh