libgstcheck: Don't use character classes in sed expressions
authorJan Schmidt <thaytan@noraisin.net>
Wed, 30 Sep 2009 14:52:33 +0000 (15:52 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Wed, 30 Sep 2009 15:35:18 +0000 (16:35 +0100)
commit274d9854729b37956a0f3916fa0e43fbd97155b3
tree0a24fb456d5a832553cb823d4a208ff384e7649a
parent95c438cf85db2be7c0d457048b207af84ae8f9c8
libgstcheck: Don't use character classes in sed expressions

Apparently the sed that ships on Solaris 10 doesn't support character
classes like [:alnum:], so don't use them. We don't need them for the
symbol names that are being extracted anyway.

Also, use $(SED) instead of 'sed'

Fixes: #596877
libs/gst/check/Makefile.am