aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJeremie Le Hen <jlh@FreeBSD.org>2013-10-29 20:38:19 +0000
committerJeremie Le Hen <jlh@FreeBSD.org>2013-10-29 20:38:19 +0000
commita5198c41bc1ca2faa0e100d4d60d86f84bf22a67 (patch)
treee3eed37dfcf6afe9923f0655cde48926ae8ce551 /etc
parent450f41e187ea6020ece63e2b31a1e97bad885520 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/periodic.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/periodic.conf b/etc/defaults/periodic.conf
index 42ee1bf65a84..8ce67827f2d5 100644
--- a/etc/defaults/periodic.conf
+++ b/etc/defaults/periodic.conf
@@ -331,7 +331,7 @@ if [ -z "${source_periodic_confs_defined}" ]; then
$periodvar=daily
;;
*)
- eval $var=\"$value\"
+ eval $var=\"$value\"
;;
esac
}