proper regexp;
authorwenzelm
Thu, 26 Sep 2013 23:26:51 +0200
changeset 53936 eed09ad6c5df
parent 53935 59c6dbdf0a38
child 53937 f95765a28b1d
proper regexp;
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;" \