diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-05-14 05:23:33 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-05-14 05:23:33 +0000 |
commit | f47de2213ac8b939604161aa9c8dcb47438ebd71 (patch) | |
tree | 77c745314eb656c4006db5c21e525b18916f4324 /app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild | |
parent | Remove old. (diff) | |
download | gentoo-2-f47de2213ac8b939604161aa9c8dcb47438ebd71.tar.gz gentoo-2-f47de2213ac8b939604161aa9c8dcb47438ebd71.tar.bz2 gentoo-2-f47de2213ac8b939604161aa9c8dcb47438ebd71.zip |
Fix quoting QA warning.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild')
-rw-r--r-- | app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild index 7badc64d4caa..97ff9b4a3e5d 100644 --- a/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild +++ b/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild,v 1.11 2012/12/07 18:28:12 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild,v 1.12 2013/05/14 05:23:33 radhermit Exp $ inherit vim-plugin @@ -14,7 +14,7 @@ VIM_PLUGIN_HELPTEXT=\ "This plugin provides syntax highlighting for BNF files." src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" # fix hi link to use def, bug #101790. sed -i -e 's,hi link,hi def link,g' syntax/bnf.vim || die "sed failed" |