Line
Link Here
|
0 |
-- genlop.bash-completion |
0 |
++ genlop.bash-completion |
Lines 18-23
Link Here
|
18 |
COMPREPLY=() |
18 |
COMPREPLY=() |
19 |
portagedir="$( (source /etc/make.globals |
19 |
portagedir="$( (source /etc/make.globals |
20 |
source /etc/make.conf |
20 |
source /etc/make.conf |
|
|
21 |
source /etc/portage/make.conf |
21 |
echo ${PORTDIR}) )" |
22 |
echo ${PORTDIR}) )" |
22 |
if [ -z "${portagedir}" ]; then |
23 |
if [ -z "${portagedir}" ]; then |
23 |
portagedir=/usr/portage |
24 |
portagedir=/usr/portage |