Loading envsetup.sh +2 −5 Original line number Original line Diff line number Diff line Loading @@ -35,12 +35,9 @@ Invoke ". build/envsetup.sh" from your shell to add the following functions to y Look at the source to view more functions. The complete list is: Look at the source to view more functions. The complete list is: EOF EOF T=$(gettop) T=$(gettop) local A A="" for i in `cat $T/build/envsetup.sh | sed -n "/^[ \t]*function /s/function \([a-z_]*\).*/\1/p" | sort | uniq`; do for i in `cat $T/build/envsetup.sh | sed -n "/^[ \t]*function /s/function \([a-z_]*\).*/\1/p" | sort | uniq`; do A="$A $i" echo "$i" done done | column echo $A } } # Get the value of a build variable as an absolute path. # Get the value of a build variable as an absolute path. Loading Loading
envsetup.sh +2 −5 Original line number Original line Diff line number Diff line Loading @@ -35,12 +35,9 @@ Invoke ". build/envsetup.sh" from your shell to add the following functions to y Look at the source to view more functions. The complete list is: Look at the source to view more functions. The complete list is: EOF EOF T=$(gettop) T=$(gettop) local A A="" for i in `cat $T/build/envsetup.sh | sed -n "/^[ \t]*function /s/function \([a-z_]*\).*/\1/p" | sort | uniq`; do for i in `cat $T/build/envsetup.sh | sed -n "/^[ \t]*function /s/function \([a-z_]*\).*/\1/p" | sort | uniq`; do A="$A $i" echo "$i" done done | column echo $A } } # Get the value of a build variable as an absolute path. # Get the value of a build variable as an absolute path. Loading