From ff8d8ab8ee7feee22b53c7fba498434add2a6e9a Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Tue, 25 Mar 2008 16:23:54 +0000 Subject: [PATCH] Don't unset pkgver as it's usually only defined once in build.sh --- buildpkg.packaging.solaris | 2 -- 1 file changed, 2 deletions(-) diff --git a/buildpkg.packaging.solaris b/buildpkg.packaging.solaris index a07918d..8d273d4 100644 --- a/buildpkg.packaging.solaris +++ b/buildpkg.packaging.solaris @@ -445,7 +445,6 @@ parse_def() unset pkgvendor unset pkgdesc unset shortdesc - unset pkgver unset maxinst fi ;; @@ -520,7 +519,6 @@ parse_def() unset pkgvendor unset pkgdesc unset shortdesc - unset pkgver unset maxinst fi fi