commit: 0e23fd528305e70c425d4c1b692ee04cd348800a 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:35 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=0e23fd52
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
