Revision 14410
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/lib/sh/util.sh | ||
---|---|---|
42 | 42 |
|
43 | 43 |
#### stubs |
44 | 44 |
|
45 |
die() { return "$?"; } # can't use `:` because that resets $? |
|
46 |
|
|
45 | 47 |
alias log_local='declare PS4="$PS4" log_level="$log_level"' |
46 | 48 |
|
47 | 49 |
function log++() { :; } |
Also available in: Unified diff
bugfix: lib/sh/util.sh: die(): need stub since this is invoked before it's defined