summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-06 22:29:32 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-06 22:29:32 +0000
commitd4e47276c2717bbcb7b3a9c7c4709c611f039333 (patch)
tree74853bb0f99154dfa5410374c81331b033206bfc /skel.ebuild
parentFix compatibility with >=texi2html-5, bug 414927. Update libpng dependency. (diff)
downloadhistorical-d4e47276c2717bbcb7b3a9c7c4709c611f039333.tar.gz
historical-d4e47276c2717bbcb7b3a9c7c4709c611f039333.tar.bz2
historical-d4e47276c2717bbcb7b3a9c7c4709c611f039333.zip
Variable assignment in bash doesn't need quoting and because S= is not expected to have line changing, drop the overquoting in order to give correct example.
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/skel.ebuild b/skel.ebuild
index 0e5d2dc35f07..59562205dc4a 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -107,7 +107,7 @@ RDEPEND="${DEPEND}"
# unpacked) inside ${WORKDIR}. The default value for S is ${WORKDIR}/${P}
# If you don't need to change it, leave the S= line out of the ebuild
# to keep it tidy.
-#S="${WORKDIR}/${P}"
+#S=${WORKDIR}/${P}
# The following src_configure function is implemented as default by portage, so