makepkg: remove unused variable
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
4ca6590af5
commit
6310bb5fbe
1 changed files with 0 additions and 1 deletions
|
@ -1721,7 +1721,6 @@ devel_check() {
|
|||
# calls to makepkg via fakeroot will explicitly pass the version
|
||||
# number to avoid having to determine the version number twice.
|
||||
# Also do a check to make sure we have the VCS tool available.
|
||||
oldpkgver=$pkgver
|
||||
if [[ -n ${_darcstrunk} && -n ${_darcsmod} ]] ; then
|
||||
if ! type -p darcs >/dev/null; then
|
||||
warning "$(gettext "Cannot find the %s binary required to determine latest %s revision.")" "darcs" "darcs"
|
||||
|
|
Loading…
Add table
Reference in a new issue