summaryrefslogtreecommitdiff
path: root/gr-utils/src/python/create-gnuradio-out-of-tree-project
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/src/python/create-gnuradio-out-of-tree-project')
-rwxr-xr-xgr-utils/src/python/create-gnuradio-out-of-tree-project4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-utils/src/python/create-gnuradio-out-of-tree-project b/gr-utils/src/python/create-gnuradio-out-of-tree-project
index 1f512b219..d5e32c92b 100755
--- a/gr-utils/src/python/create-gnuradio-out-of-tree-project
+++ b/gr-utils/src/python/create-gnuradio-out-of-tree-project
@@ -52,8 +52,8 @@ def main():
# rename file contents
upper_module_name = module_name.upper()
- sed_cmd = 'sed -i -e "s/howto/%s/g" -e "s/HOWTO/%s/g"' % (module_name,
- upper_module_name)
+ sed_cmd = 'sed -i -e "s/howto-write-a-block/%s/g" -e "s/howto/%s/g" -e "s/HOWTO/%s/g"' % (module_name, module_name, \
+ upper_module_name)
os.system('find . -type f -print0 | xargs -0 ' + sed_cmd)
sys.stdout.write("""