mirror of
https://github.com/systemd/systemd.git
synced 2025-03-08 08:58:27 +03:00
test-execute: use bash instead of perl
I think this is easier to grok too.
This commit is contained in:
parent
21ec66420a
commit
b370f050f8
@ -4,4 +4,4 @@ Description=https://github.com/systemd/systemd/issues/2637
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/bin/sh -x -c "! test -x perl || perl -e 'exit(!(qq{%%U} eq qq{\\x25U}))'"
|
||||
ExecStart=/bin/bash -x -c "[[ %%U == ?U ]]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user