4 Feb
2020
4 Feb
'20
17:27
04.02.2020 20:10, Marc Chamberlin пишет:
On 2/4/20 9:05 AM, Andrei Borzenkov wrote:
type -a cd
marc@bigbang:~/Documents> type -a cd cd is a function cd () { if test -z "$1"; then builtin cd; else if test -z "$2"; then builtin cd "$1"; else builtin cd "$1" "$2"; fi; fi; _f=`findup .build-config`; if test -n "$_f" -a "$_lastf" != "$_f"; then echo "Loading $_f"; _lastf="$_f"; source "$_f"; fi }
It is certainly not a function on my Leap 15.1. You need to find out where this definition comes from. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org