commit:     d75aa00ff213e50bae833fa6c64eefa50d22d8ed
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  8 18:50:40 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jul  8 18:50:40 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grs.git/commit/?id=d75aa00f

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

Reply via email to