noot
This commit is contained in:
parent
94b8a94e49
commit
889d32e722
|
@ -18,11 +18,12 @@ _activate_hook() {
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
case "$1" in
|
case "$1" in
|
||||||
get)
|
get | g)
|
||||||
shift;
|
shift;
|
||||||
response=$($REPOTOOL_PATH/.bin/repotool get $@)
|
response=$($REPOTOOL_PATH/.bin/repotool get $@)
|
||||||
if [[ $? != 0 ]] then;
|
if [[ $? != 0 ]] then;
|
||||||
exit $?
|
echo "failed to get repo with args $@"
|
||||||
|
return $?
|
||||||
fi
|
fi
|
||||||
declare -A obj
|
declare -A obj
|
||||||
for item in ${(z)response}; do
|
for item in ${(z)response}; do
|
||||||
|
|
Loading…
Reference in New Issue