Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grs:desktop-amd64-hardened commit in: scripts/
Date: Wed, 08 Jul 2015 18:48:25
Message-Id: 1436381440.d75aa00ff213e50bae833fa6c64eefa50d22d8ed.blueness@gentoo
1 commit: d75aa00ff213e50bae833fa6c64eefa50d22d8ed
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 8 18:50:40 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 8 18:50:40 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=d75aa00f
7
8 scripts/clean.sh: fix typo.
9
10 scripts/clean.sh | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/scripts/clean.sh b/scripts/clean.sh
14 index 0424c9d..b1ad9e0 100644
15 --- a/scripts/clean.sh
16 +++ b/scripts/clean.sh
17 @@ -2,4 +2,4 @@
18
19 for d in /tmp /var/tmp /var/log; do
20 find ${d} -mindepth 1 -exec rm -rf {} +
21 -rm -rf /etc/resolv.con
22 +rm -rf /etc/resolv.conf