commit: c35d3065e9d6df418e0af6cee21c2efbb696b0a9 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Wed Jul 8 18:50:07 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Wed Jul 8 18:50:07 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=c35d3065
scripts/clean.sh: fix typo. scripts/clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clean.sh b/scripts/clean.sh index 0424c9d..b1ad9e0 100644 --- a/scripts/clean.sh +++ b/scripts/clean.sh @@ -2,4 +2,4 @@ for d in /tmp /var/tmp /var/log; do find ${d} -mindepth 1 -exec rm -rf {} + -rm -rf /etc/resolv.con +rm -rf /etc/resolv.conf