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