[pacman-dev] [PATCH 2/5] Changed quotes from double to single for url as well
Martti Kühne
mysatyre at gmail.com
Mon Oct 29 04:10:27 EDT 2012
On Thu, Oct 25, 2012 at 03:20:58PM +0200, Alexander Rødseth wrote:
> Signed-off-by: Alexander Rødseth <rodseth at gmail.com>
> ---
> proto/PKGBUILD-split.proto | 2 +-
> proto/PKGBUILD.proto | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/proto/PKGBUILD-split.proto b/proto/PKGBUILD-split.proto
> index c52d98c..d400da7 100644
> --- a/proto/PKGBUILD-split.proto
> +++ b/proto/PKGBUILD-split.proto
> @@ -11,7 +11,7 @@ pkgrel=1
> epoch=
> pkgdesc=''
> arch=()
> -url=""
> +url=''
> license=('GPL')
> groups=()
> depends=()
Excuse me, but don't we want to consider that most urls use some sort of
expansion concerning $pkgname, $pkgver and other variables case by case?
It seems to me single quotes won't be able of doing that.
cheers!
mar77i
More information about the pacman-dev
mailing list