mirror of
https://github.com/systemd/systemd.git
synced 2026-07-18 13:30:13 +00:00
This patch adds a '%' to the format char list, so that a external program may called with a non expanded '%' like: PROGRAM="/bin/date +%%s" Olaf Hering asked for the feature. A tricky test is also added :)