]> git.ipfire.org Git - thirdparty/suricata.git/commit
suricatasc: don't use find -delete 3175/head
authorJason Ish <ish@unx.ca>
Thu, 18 Jan 2018 12:42:19 +0000 (06:42 -0600)
committerJason Ish <ish@unx.ca>
Thu, 18 Jan 2018 13:26:29 +0000 (07:26 -0600)
commit46d754044ed39e3f90543bedd7b64e966d44c521
tree984ed90434bc437c2f0945fc1be222457ec5752c
parent5420c0ab062627782591c1801089536edffe644f
suricatasc: don't use find -delete

For when -delete isn't supported by find. Instead use
-print0 with xargs -0.
scripts/suricatasc/Makefile.am