]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
mk_cmds: don't use explicit pathname for sed
authorTheodore Ts'o <tytso@mit.edu>
Thu, 22 Nov 2018 23:01:56 +0000 (18:01 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 22 Nov 2018 23:01:56 +0000 (18:01 -0500)
commitb7bb80dc7033776149bb1f33c81a753fe21a2f89
tree19f300c2360739d65a428fcade19ed0f8fb660ad
parent4a11f499573c71fde91623f45146fdc60a4bb89c
mk_cmds: don't use explicit pathname for sed

$AWK doesn't use an explicit pathname, and it's perfectly fine to
assume that awk and sed are in the user's PATH.  The problem with
using an explicit pathname is that Debian currently allows merged and
non-merged /usr.  Avoid using an explicit pathname to prevent
potential problems.

Addresses-Debian-Bug: #914087
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ss/mk_cmds.sh.in