Fixed random spelling error.

This commit is contained in:
Brian Stearns 2014-02-20 17:12:12 -05:00
parent 2be56d5d95
commit 03e6892a5f

View File

@ -50,7 +50,7 @@ echo ${VARIABLE/Some/A}
echo ${FOO:-"DefaultValueIfFOOIsMissingOrEmpty"}
# This works for null (FOO=), empty string (FOO=""), zero (FOO=0) returns 0
# Bultin variables:
# Builtin variables:
# There are some useful builtin variables, like
echo "Last program return value: $?"
echo "Script's PID: $$"