Revision 9188
Added by Aaron Marcuse-Kubitza over 11 years ago
lib/sh/util.sh | ||
---|---|---|
410 | 410 |
|
411 | 411 |
#### commands |
412 | 412 |
|
413 |
top_script="$0" # outermost script
|
|
413 |
top_script="$(canon_rel_path "$0")" # outermost script
|
|
414 | 414 |
top_dir="$(dirname "$top_script")" |
415 | 415 |
|
416 | 416 |
require_not_exists() # usage: require_not_exists file || return 0 |
Also available in: Unified diff
lib/sh/util.sh: $top_script: run canon_rel_path on $0