Revision 9726
Added by Aaron Marcuse-Kubitza over 11 years ago
util.sh | ||
---|---|---|
604 | 604 |
echo_vars PATH |
605 | 605 |
} |
606 | 606 |
|
607 |
no_PATH_recursion() # usage: (no_PATH_recursion; cmd...) |
|
608 |
# allows running a system command of the same name as the script |
|
609 |
{ echo_func; PATH_rm "$top_dir_abs" "$top_dir_orig" "$top_dir"; } |
|
607 | 610 |
|
611 |
|
|
608 | 612 |
#### verbose output |
609 | 613 |
|
610 | 614 |
|
Also available in: Unified diff
lib/sh/util.sh: added no_PATH_recursion(), which allows running a system command of the same name as the script