summaryrefslogtreecommitdiffstats
path: root/distro-clean.sh
diff options
context:
space:
mode:
authorD. Johnson <fenris02@fedoraproject.org>2011-09-04 11:01:50 -0500
committerD. Johnson <fenris02@fedoraproject.org>2011-09-04 11:01:50 -0500
commit40b84ae80eed71d032617bc7ac7ba5f230b8b3d2 (patch)
tree0b2359bbacb365f8b1e7f67385a8e2c34fe767fa /distro-clean.sh
parentbfe8c4db18fd2526e9180d787bd3fec1de889459 (diff)
downloadcleanup-40b84ae80eed71d032617bc7ac7ba5f230b8b3d2.tar.gz
cleanup-40b84ae80eed71d032617bc7ac7ba5f230b8b3d2.tar.xz
cleanup-40b84ae80eed71d032617bc7ac7ba5f230b8b3d2.zip
fix typo
Diffstat (limited to 'distro-clean.sh')
-rw-r--r--distro-clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/distro-clean.sh b/distro-clean.sh
index 1e0feb2..69505c6 100644
--- a/distro-clean.sh
+++ b/distro-clean.sh
@@ -31,7 +31,7 @@ read
# Log all output to a file
LOGFILE=$(mktemp /root/tmp/${0##*/}-XXXXX.log)
[[ -t 1 ]] && echo "Writing to logfile '$LOG'."
-exec > $LOG 2>&1
+exec > $LOGFILE 2>&1
exec < /dev/null 2<&1
DS=$(date +%Y%d%m)