op25/scripts/do_sedc.sh

7 lines
136 B
Bash
Executable File

#! /bin/bash
me=$0
f=$1
echo "$me editing file $f"
sed -i '/^find_package(Gnuradio .*REQUIRED)/s/)/ COMPONENTS blocks fft filter)/' $f