proper regexp;
authorwenzelm
Thu, 26 Sep 2013 23:26:51 +0200
changeset 55073eed09ad6c5df
parent 55072 59c6dbdf0a38
child 55074 f95765a28b1d
proper regexp;
Admin/lib/Tools/makedist_bundle
     1.1 --- a/Admin/lib/Tools/makedist_bundle	Thu Sep 26 22:34:43 2013 +0200
     1.2 +++ b/Admin/lib/Tools/makedist_bundle	Thu Sep 26 23:26:51 2013 +0200
     1.3 @@ -170,7 +170,7 @@
     1.4      mv "$ISABELLE_TARGET/contrib/macos_app" "$TMP/."
     1.5  
     1.6      perl -pi \
     1.7 -      -e "s,action-bar.shortcut=.*,action-bar.shortcut2=,g;" \
     1.8 +      -e 's,\Qaction-bar.shortcut=C+ENTER\E,action-bar.shortcut=\naction-bar.shortcut2=C+ENTER,g;' \
     1.9        -e "s,lookAndFeel=.*,lookAndFeel=com.apple.laf.AquaLookAndFeel,g;" \
    1.10        -e "s,delete-line.shortcut=.*,delete-line.shortcut=C+d,g;" \
    1.11        -e "s,delete.shortcut2=.*,delete.shortcut2=A+d,g;" \