Project

General

Profile

« Previous | Next » 

Revision 14410

bugfix: lib/sh/util.sh: die(): need stub since this is invoked before it's defined

View differences:

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