Skip to content

Commit

Permalink
bin/e: allow overriding FEATURES from commandline
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Sep 4, 2012
1 parent d6d0691 commit 8e301f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/e
@@ -1,6 +1,6 @@
#!/bin/sh

FEATURES="strict stricter test" \
FEATURES="strict stricter test ${FEATURES}" \
GITIFY=yes \
PORTAGE_TMPDIR=/tmp \
\
Expand Down

0 comments on commit 8e301f8

Please sign in to comment.