mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-05 06:23:03 +00:00
On Ubuntu 18.04 and ealier & Deiban 10 and ealier, /usr merge is not done, so /usr/bin/systemd-escape and /bin/systemd-escape is different place, and we call /usr/bin but Debian variants tries to install the command in /bin. Drop full path, just call command name and resolve by default PATH. Fixes: #6650