Commit 7f7959de authored by Dag Haavi Finstad's avatar Dag Haavi Finstad

Use $NAME instead of hardcoded string.

parent 7e02411f
......@@ -30,7 +30,7 @@ git mv vmod-example.spec vmod-${NAME}.spec
git grep -z -l example | xargs -0 sed -i -s -e "s/example/${NAME}/g"
echo "All done."
echo -e "For your cut&paste needs:\n git commit -a -m 'Automatic rename of libvmod-example to libvmod-tcp.'"
echo -e "For your cut&paste needs:\n git commit -a -m 'Automatic rename of libvmod-example to libvmod-${NAME}.'"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment