No description
Find a file
Scott Anderson 1a5fc95a4a Rename help function in envsetup.sh to be hmm
Bash has a built-in command "help" that is useful for getting
help on bash commands without wading through the bash man page
(e.g. "help test" will give you the syntax for those "if [ ]"
expressions).  Overwriting a built-in with a convenience function
is not good.

The function "hmm" was added recently that serves much the same
purpose as help.  It seems like a good idea to remove the new
"hmm" command and rename "help" to be "hmm" so we no longer
overwrite the built-in.

Change-Id: I2079b3e6a10715956ec077d31e817a939c6ee4a0
Signed-off-by: Scott Anderson <saa@android.com>
2012-03-07 17:15:06 -08:00
core Merge "Update llvm-rs-cc build to use unified headers in all cases." 2012-03-07 16:00:27 -08:00
libs/host Use %zd instead of %d for variables of type ssize_t 2012-02-27 16:06:00 -08:00
target Merge ab0776e4 2012-02-23 08:19:50 -08:00
tools am 52f25665: am a23a3d83: am d9ca90b4: Add SDK template and assets for Android Design 2012-03-07 17:05:15 -08:00
.gitignore add a .gitignore file to make git ignore *.pyc files 2010-01-22 10:23:45 -08:00
buildspec.mk.default Remove the simulator target from all makefiles. 2011-07-11 23:51:37 -07:00
CleanSpec.mk You know back when I said this thing about Ice Cream Sandwich MR2? 2012-01-25 11:21:37 -08:00
envsetup.sh Rename help function in envsetup.sh to be hmm 2012-03-07 17:15:06 -08:00