commit:     fdd8759e62eeef7680769d6381256ba171473fbe
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  9 01:24:30 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Jul  9 01:24:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grs.git/commit/?id=fdd8759e

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

Reply via email to