Commit 9f04e98a authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Only restore files known to git

Fixes #5
parent f569c942
...@@ -38,7 +38,7 @@ git grep -z -l EXAMPLE | xargs -0 sed -i -s -e "s/EXAMPLE/${UPP_NAME}/g" ...@@ -38,7 +38,7 @@ git grep -z -l EXAMPLE | xargs -0 sed -i -s -e "s/EXAMPLE/${UPP_NAME}/g"
git rm -f rename-vmod-script git rm -f rename-vmod-script
# restore foreign files # restore foreign files
git checkout m4/* git checkout -- m4/
cat <<EOF cat <<EOF
All done. All done.
......
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