all repos — fluxbox @ 7a86dad21b1d50b35857496c165e4e85cc0d2bd3

custom fork of the fluxbox windowmanager

bugfix: do not create the temporary menufile 'somewhere' in the filesystem but next to the final one
Mathias Gumz akira at fluxbox dot org
commit

7a86dad21b1d50b35857496c165e4e85cc0d2bd3

parent

254bc96daf7040f6d611478c88b7c35182520d70

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M util/fluxbox-generate_menu.inutil/fluxbox-generate_menu.in

@@ -1898,8 +1898,8 @@ fi

# escapes any parentheses in menu label # e.g., "[exec] (konqueror (web))" becomes "[exec] (konqueror (web\))" -sed 's/(\(.*\)(\(.*\)))/(\1 (\2\\))/' $MENUFILENAME > menu.tmp -mv -f menu.tmp $MENUFILENAME +sed 's/(\(.*\)(\(.*\)))/(\1 (\2\\))/' $MENUFILENAME > $MENUFILENAME.tmp +mv -f $MENUFILENAME.tmp $MENUFILENAME if [ -z "$INSTALL" ]; then if [ -z "$CHECKINIT" ]; then