aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-07-08 14:50:40 -0400
committerAnthony G. Basile <blueness@gentoo.org>2015-07-08 14:50:40 -0400
commitd75aa00ff213e50bae833fa6c64eefa50d22d8ed (patch)
treeb59672a6115a8fe83bfd6ec7c5eef9c0e77fa943
parentscripts/clean.sh: migrate cleaning to chroot script. (diff)
downloadgrs-d75aa00f.tar.gz
grs-d75aa00f.tar.bz2
grs-d75aa00f.zip
scripts/clean.sh: fix typo.
-rw-r--r--scripts/clean.sh2
1 files changed, 1 insertions, 1 deletions
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