pacman-key: return $ret, not errors

fixes: /usr/bin/pacman-key: line 286: return: errors: numeric argument required

Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dave Reisner 2011-07-19 14:28:53 -04:00 committed by Dan McGee
parent bb3dada871
commit 9f500f684d
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ verify_keyring_input() {
fi
fi
return errors
return $ret
}
reload_keyring() {