commit: 85f88b8a6846e28b45dca7283c71f03b0694969b Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Thu Jul 9 01:24:02 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Thu Jul 9 01:24:02 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=85f88b8a
scripts/clean.sh: fix typo again scripts/clean.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/clean.sh b/scripts/clean.sh index b1ad9e0..2022316 100644 --- a/scripts/clean.sh +++ b/scripts/clean.sh @@ -2,4 +2,5 @@ for d in /tmp /var/tmp /var/log; do find ${d} -mindepth 1 -exec rm -rf {} + +done rm -rf /etc/resolv.conf