# HG changeset patch # User wenzelm # Date 1380230811 -7200 # Node ID eed09ad6c5df5f1f60ebee99e34c2f264fe4abb1 # Parent 59c6dbdf0a38fe1f05ccb41e89023a7dffa01088 proper regexp; diff -r 59c6dbdf0a38 -r eed09ad6c5df Admin/lib/Tools/makedist_bundle --- a/Admin/lib/Tools/makedist_bundle Thu Sep 26 22:34:43 2013 +0200 +++ b/Admin/lib/Tools/makedist_bundle Thu Sep 26 23:26:51 2013 +0200 @@ -170,7 +170,7 @@ mv "$ISABELLE_TARGET/contrib/macos_app" "$TMP/." perl -pi \ - -e "s,action-bar.shortcut=.*,action-bar.shortcut2=,g;" \ + -e 's,\Qaction-bar.shortcut=C+ENTER\E,action-bar.shortcut=\naction-bar.shortcut2=C+ENTER,g;' \ -e "s,lookAndFeel=.*,lookAndFeel=com.apple.laf.AquaLookAndFeel,g;" \ -e "s,delete-line.shortcut=.*,delete-line.shortcut=C+d,g;" \ -e "s,delete.shortcut2=.*,delete.shortcut2=A+d,g;" \