summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/busybox/files/hwclock.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/files/hwclock.sh b/meta/recipes-core/busybox/files/hwclock.sh
index cc6d2862ba..be5f94d86c 100644
--- a/meta/recipes-core/busybox/files/hwclock.sh
+++ b/meta/recipes-core/busybox/files/hwclock.sh
@@ -20,7 +20,7 @@
20 20
21[ ! -x /sbin/hwclock ] && exit 0 21[ ! -x /sbin/hwclock ] && exit 0
22 22
23. /etc/default/rcS 23[ -f /etc/default/rcS ] && . /etc/default/rcS
24 24
25[ "$UTC" = "yes" ] && tz="--utc" || tz="--localtime" 25[ "$UTC" = "yes" ] && tz="--utc" || tz="--localtime"
26case "$1" in 26case "$1" in