--- systemd 2020-04-24 08:32:01.000000000 +0000 +++ systemd-fixed 2020-04-25 16:55:23.605092581 +0000 @@ -71,7 +71,7 @@ add_systemd_unit() { Exec*) # don't add binaries unless they are required if [[ ${values[0]:0:1} != '-' ]]; then - add_binary "${values[0]}" + add_binary "${values[0]##+([@!:+-])}" fi ;; esac