Commit 784649e9 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Force the removal of the rename script

It is modified by the sed(1) command and git-rm(1) can complain about that
depending on your local configuration:

   error: the following file has local modifications:
       rename-vmod-script
   (use --cached to keep the file, or -f to force removal)
parent 86146c64
......@@ -29,7 +29,7 @@ git mv vmod-example.spec vmod-${NAME}.spec
git grep -z -l example | xargs -0 sed -i -s -e "s/example/${NAME}/g"
git rm rename-vmod-script
git rm -f rename-vmod-script
echo "All done."
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