Project

General

Profile

« Previous | Next » 

Revision 9737

lib/sh/util.sh: no_PATH_recursion(): also remove $top_symlink_dir_abs

View differences:

lib/sh/util.sh
616 616

  
617 617
no_PATH_recursion() # usage: (no_PATH_recursion; cmd...)
618 618
# allows running a system command of the same name as the script
619
{ echo_func; PATH_rm "$top_dir_abs" "$top_symlink_dir" "$top_dir"; }
619
{
620
	echo_func
621
	PATH_rm "$top_dir_abs" "$top_symlink_dir" "$top_symlink_dir_abs" "$top_dir"
622
}
620 623

  
621 624

  
622 625
#### verbose output

Also available in: Unified diff