iflags: Eliminate perl smart match operator
commit36ccfa5fb42bed46cee2fa11316d14ac77f90b01
authorJin Kyu Song <jin.kyu.song@intel.com>
Mon, 7 Oct 2013 21:51:09 +0000 (7 14:51 -0700)
committerJin Kyu Song <jin.kyu.song@intel.com>
Mon, 7 Oct 2013 21:51:09 +0000 (7 14:51 -0700)
tree2ad84bd5df657310c8fd77cbe57e549a5a902415
parenta1d481041ab3ac6b44f1d3c1975c3d8df307852a
iflags: Eliminate perl smart match operator

As smart match operator reuiqres perl version 5.10.1 or later,
it is replaced with grep function.
This part of code is going to be completely removed once iflags
renovataion is done. This commit is a quick fix for a build error.

Signed-off-by: Jin Kyu Song <jin.kyu.song@intel.com>
insns.pl