]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/auxiliar/update-patch-version.sh
Add '-dcrop' option to ps and svg backends
[lilypond.git] / scripts / auxiliar / update-patch-version.sh
index ac30788f81b526a86540affff4915b544ddcb535..22286274dba30751c22822c0d226f3de670b734f 100755 (executable)
@@ -17,5 +17,8 @@ then
   exit 1
 fi
 
-git grep --name-only $1 | xargs sed -i -e s/$1/$2/g
+echo "Warning -- if this script is run after a branch is rebased,"
+echo "  unintended changes will occur. It would be best to revert"
+echo "  the rebase commit before running."
 
+git grep --name-only $1 | xargs sed -i -e s/$1/$2/g