commit: 4ac2abceb431eade3efe33ccd4955010f2b7ccbb Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Mon Nov 23 21:39:17 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Mon Nov 23 21:39:43 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=4ac2abce
scripts/cycle.3.sh: don't bail if emerge @world fails scripts/cycle.3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cycle.3.sh b/scripts/cycle.3.sh index 496ea94..2acd55a 100644 --- a/scripts/cycle.3.sh +++ b/scripts/cycle.3.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash source /etc/profile env-update
