diff options
-rw-r--r-- | share/zoneinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 326f3b488f23..6bbc98987cfd 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -68,7 +68,7 @@ afterinstall: optC="-C ${DESTDIR}"; \ fi; \ echo "Updating /etc/localtime"; \ - tzsetup ${optC} -r; \ + tzsetup $${optC} -r; \ fi; \ else \ echo "Run tzsetup(8) manually to update /etc/localtime."; \ |